Aspose::Cells::Pivot::CustomPiovtFieldGroupItem class

CustomPiovtFieldGroupItem class

Represents an item of custom grouped field.

Deprecated

Use DiscreteGroupItem class instead.

class CustomPiovtFieldGroupItem

Methods

MethodDescription
CustomPiovtFieldGroupItem(const U16String& name, const Vector <int32_t>& itemIndexes)The constructor of custom group item of pivot field.
CustomPiovtFieldGroupItem(const char16_t* name, const Vector <int32_t>& itemIndexes)The constructor of custom group item of pivot field.
CustomPiovtFieldGroupItem(CustomPiovtFieldGroupItem_Impl* impl)Constructs from an implementation object.
CustomPiovtFieldGroupItem(const CustomPiovtFieldGroupItem& src)Copy constructor.
IsNull() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator bool()
operator=(const CustomPiovtFieldGroupItem& src)operator=
~CustomPiovtFieldGroupItem()Destructor.

Fields

FieldDescription
_implThe implementation object.

Remarks

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

See Also