Aspose::Cells::Pivot::PivotFieldGroupSettings class

PivotFieldGroupSettings class

Represents the group setting of pivot field.

class PivotFieldGroupSettings

Methods

MethodDescription
GetType()Gets the group type of pivot field.
IsNull() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator bool()
operator=(const PivotFieldGroupSettings& src)operator=
PivotFieldGroupSettings()Default constructor.
PivotFieldGroupSettings(PivotFieldGroupSettings_Impl* impl)Constructs from an implementation object.
PivotFieldGroupSettings(const PivotFieldGroupSettings& src)Copy constructor.
~PivotFieldGroupSettings()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also