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