Aspose::Cells::Pivot::PivotItemCollection class

PivotItemCollection class

Represents all the PivotItem objects in the PivotField.

class PivotItemCollection

Methods

MethodDescription
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() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator 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

FieldDescription
_implThe implementation object.

See Also