Aspose::Cells::Pivot::PivotNumbericRangeGroupSettings class

PivotNumbericRangeGroupSettings class

Represents the numeric range group of the pivot field.

Deprecated

Use PivotNumericRangeGroupSettings class instead.

class PivotNumbericRangeGroupSettings : public Aspose::Cells::Pivot::PivotNumericRangeGroupSettings

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

Fields

FieldDescription
_implThe implementation object.

Remarks

NOTE: This class is now obsolete. Instead, please use PivotNumericRangeGroupSettings class instead . This method will be removed 6 months later since July 2026. Aspose apologizes for any inconvenience you may have experienced.

See Also