Aspose::Cells::Pivot::DiscreteGroupItem class

DiscreteGroupItem class

Represents an item of custom grouped field.

class DiscreteGroupItem

Methods

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

Fields

FieldDescription
_implThe implementation object.

See Also