PivotFieldCollection Class
Contents
[
Hide
]PivotFieldCollection class
Represents a collection of all the PivotField objectsin the PivotTable’s specific PivotFields type.
type PivotFieldCollection struct  {
	ptr unsafe.Pointer
}
Constructors
| Method | Description | 
|---|
Methods
| Method | Description | 
|---|---|
| IsNull | Checks whether the implementation object is nullptr. | 
| GetType | Gets the PivotFields type. | 
| GetCount | Gets the count of the pivotFields. | 
| GetEnumerator | Gets an enumerator over the elements in this collection in proper sequence. | 
| Get_Int | Gets the PivotField Object at the specific index. | 
| Get_String | Gets the PivotField Object of the specific name. | 
| AddByBaseIndex | Adds a PivotField Object to the specific type PivotFields. | 
| Add | Adds a PivotField Object to the specific type PivotFields. | 
| Clear | clear all fields of PivotFieldCollection | 
| Move | Moves the PivotField from current position to destination position |