Aspose::Cells::Pivot::PivotItemCollection class
Contents
[
Hide
]PivotItemCollection class
Represents all the PivotItem objects in the PivotField.
class PivotItemCollection
Methods
Method | Description |
---|---|
Get(int32_t index) | Gets the PivotItemObject at the specific index. |
Get(const U16String& itemValue) | Gets the PivotItem by the specific name. |
Get(const char16_t* itemValue) | Gets the PivotItem by the specific name. |
GetCount() | Gets the count of the pivot items. |
GetEnumerator() | Gets an enumerator over the elements in this collection in proper sequence. |
IsNull() const | Checks whether the implementation object is nullptr. |
explicit operator bool() const | operator bool() |
operator=(const PivotItemCollection& src) | operator= |
PivotItemCollection(PivotItemCollection_Impl* impl) | Constructs from an implementation object. |
PivotItemCollection(const PivotItemCollection& src) | Copy constructor. |
SwapItem(int32_t index1, int32_t index2) | Directly swap two items. |
~PivotItemCollection() | Destructor. |
Fields
Field | Description |
---|---|
_impl | The implementation object. |
See Also
- Namespace Aspose::Cells::Pivot
- Library Aspose.Cells for C++