Page tree
Skip to end of metadata
Go to start of metadata

Introduced in build 8.4

Description

The FieldCollection class contains a list of PivotTableField objects. To get a FieldCollection object, use PivotTable.ColumnLabels, PivotTable.DataFields, PivotTable.RowLabels, or PivotTable.PageFields.
C#
vb.net

Properties

Name

Description

Count

Returns the number of PivotTableFields in the collection.

Indexers

Name

Description

Item(Int32)

Returns the PivotTableField at the specified index.

Item(String)

Returns the PivotTableField with the specified name.

Methods

Name

Description

CreateField

Creates a new PivotTableField of the appropriate type in a FieldCollection
  • No labels