Aspose::Cells::Pivot::PivotNumericRangeGroupSettings class

PivotNumericRangeGroupSettings class

Represents the numeric range group of the pivot field.

class PivotNumericRangeGroupSettings : 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 PivotNumericRangeGroupSettings& 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.
PivotNumericRangeGroupSettings(PivotNumericRangeGroupSettings_Impl* impl)Constructs from an implementation object.
PivotNumericRangeGroupSettings(const PivotNumericRangeGroupSettings& src)Copy constructor.
PivotNumericRangeGroupSettings(const PivotFieldGroupSettings& src)Constructs from a parent object.
~PivotFieldGroupSettings()Destructor.
~PivotNumericRangeGroupSettings()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also