Aspose::Cells::Pivot::PivotTableFormat class

PivotTableFormat class

Represents the format defined in the PivotTable.

class PivotTableFormat

Methods

MethodDescription
GetPivotArea()Gets the pivot area.
GetStyle()Gets the formatted style.
IsNull() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator 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

FieldDescription
_implThe implementation object.

See Also