namespace sc
{ /** Type of a pivot table cell format to which a selection can be made. */ enumclass FormatType
{
None,
Data,
Label
};
/** Information to make a selection in the pivot table. */ struct Selection
{ bool bSelected = false;
sal_Int32 nField = 0;
std::vector<sal_uInt32> nIndices;
};
/** Holds cell pattern attributes and a selection information to which cells in the pivot table *thepatternshouldbeapplied.
*/ struct PivotTableFormat
{
FormatType eType = FormatType::None;
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.