PivotItemCollection Class
PivotItemCollection class
Represents all the objects in the PivotField.
type PivotItemCollection struct {
ptr unsafe.Pointer
}
Constructors
Methods
Method | Description |
---|
IsNull | Checks whether the implementation object is nullptr. |
GetEnumerator | Gets an enumerator over the elements in this collection in proper sequence. |
Get_Int | Gets the PivotItem Object at the specific index. |
Get_String | Gets the PivotItem by the specific name. |
GetCount | Gets the count of the pivot items. |
SwapItem | Directly swap two items. |