PivotFieldCollection Class

PivotFieldCollection class

Represents a collection of all the PivotField objectsin the PivotTable’s specific PivotFields type.


type PivotFieldCollection struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
GetTypeGets the PivotFields type.
GetCountGets the count of the pivotFields.
GetEnumeratorGets an enumerator over the elements in this collection in proper sequence.
Get_IntGets the PivotField Object at the specific index.
Get_StringGets the PivotField Object of the specific name.
AddByBaseIndexAdds a PivotField Object to the specific type PivotFields.
AddAdds a PivotField Object to the specific type PivotFields.
Clearclear all fields of PivotFieldCollection
MoveMoves the PivotField from current position to destination position