Aspose::Cells::Pivot::PivotNumbericRangeGroupSettings class

PivotNumbericRangeGroupSettings class

Represents the numberic range group of the pivot field.

class PivotNumbericRangeGroupSettings : public Aspose::Cells::Pivot::PivotFieldGroupSettings

Methods

MethodDescription
GetEnd()Gets the end number of the group.
GetInterval()Gets the interval of the group.
GetStart()Gets the start number of the group.
GetType()Gets the group type.
IsNull() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator bool()
operator=(const PivotNumbericRangeGroupSettings& src)operator=
operator=(const PivotFieldGroupSettings& src)operator=
PivotFieldGroupSettings()Default constructor.
PivotFieldGroupSettings(PivotFieldGroupSettings_Impl* impl)Constructs from an implementation object.
PivotFieldGroupSettings(const PivotFieldGroupSettings& src)Copy constructor.
PivotNumbericRangeGroupSettings(PivotNumbericRangeGroupSettings_Impl* impl)Constructs from an implementation object.
PivotNumbericRangeGroupSettings(const PivotNumbericRangeGroupSettings& src)Copy constructor.
PivotNumbericRangeGroupSettings(const PivotFieldGroupSettings& src)Constructs from a parent object.
~PivotFieldGroupSettings()Destructor.
~PivotNumbericRangeGroupSettings()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also