Aspose::Cells::Pivot::PivotTableFormatCollection class
PivotTableFormatCollection class
Represents the collection of formats applied to PivotTable.
class PivotTableFormatCollection
Methods
Method | Description |
---|---|
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() const | Checks whether the implementation object is nullptr. |
explicit operator bool() const | operator bool() |
operator=(const PivotTableFormatCollection& src) | operator= |
PivotTableFormatCollection(PivotTableFormatCollection_Impl* impl) | Constructs from an implementation object. |
PivotTableFormatCollection(const PivotTableFormatCollection& src) | Copy constructor. |
~PivotTableFormatCollection() | Destructor. |
Fields
Field | Description |
---|---|
_impl | The implementation object. |
See Also
- Namespace Aspose::Cells::Pivot
- Library Aspose.Cells for C++