Aspose::Cells::Pivot::DiscreteGroupItem class
DiscreteGroupItem class
Represents an item of custom grouped field.
class DiscreteGroupItem
Methods
| Method | Description |
|---|---|
| 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() const | Checks whether the implementation object is nullptr. |
| explicit operator bool() const | operator bool() |
| operator=(const DiscreteGroupItem& src) | operator= |
| ~DiscreteGroupItem() | Destructor. |
Fields
| Field | Description |
|---|---|
| _impl | The implementation object. |
See Also
- Namespace Aspose::Cells::Pivot
- Library Aspose.Cells for C++