Aspose::Cells::Pivot::PivotTableFormatCollection class

PivotTableFormatCollection class

Represents the collection of formats applied to PivotTable.

class PivotTableFormatCollection

Methods

MethodDescription
Add()Add a PivotTableFormat.
FormatArea(PivotFieldType axisType, int32_t fieldPosition, PivotFieldSubtotalType subtotalType, PivotTableSelectionType selectionType, bool isGrandRow, bool isGrandColumn, const Style& style)Formats selected area.
Get(int32_t index)Gets the format by the index.
GetCount()
IsNull() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator bool()
operator=(const PivotTableFormatCollection& src)operator=
PivotTableFormatCollection(PivotTableFormatCollection_Impl* impl)Constructs from an implementation object.
PivotTableFormatCollection(const PivotTableFormatCollection& src)Copy constructor.
~PivotTableFormatCollection()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also