PivotItemCollection Class

PivotItemCollection class

Represents all the objects in the PivotField.


type PivotItemCollection struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
Get_IntGets the PivotItem Object at the specific index.
Get_StringGets the by the specific name.
GetCountGets the count of the pivot items.
SwapItemDirectly swap two items.