PivotFieldCollection class

PivotFieldCollection class

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

The PivotFieldCollection type exposes the following members:

Properties

PropertyDescription
typeGets the PivotFields type.
countGets the count of the pivotFields.

Gets the PivotField Object at the specific index.

Indexer

NameDescription
[index]

Methods

MethodDescription
add_by_base_indexAdds 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

See Also