Aspose::Cells::Pivot::PivotTableFormat class
PivotTableFormat class
Represents the format defined in the PivotTable.
class PivotTableFormat
Methods
| Method | Description |
|---|---|
| GetPivotArea() | Gets the pivot area. |
| GetStyle() | Gets the formatted style. |
| IsNull() const | Checks whether the implementation object is nullptr. |
| explicit operator bool() const | operator bool() |
| operator=(const PivotTableFormat& src) | operator= |
| PivotTableFormat(PivotTableFormat_Impl* impl) | Constructs from an implementation object. |
| PivotTableFormat(const PivotTableFormat& src) | Copy constructor. |
| SetStyle(const Style& style) | Sets the style of the pivot area. |
| ~PivotTableFormat() | Destructor. |
Fields
| Field | Description |
|---|---|
| _impl | The implementation object. |
See Also
- Namespace Aspose::Cells::Pivot
- Library Aspose.Cells for C++