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 |
---|---|
Returns the number of PivotTableFields in the collection. |
Indexers
Name |
Description |
---|---|
Returns the PivotTableField at the specified index. |
|
Returns the PivotTableField with the specified name. |
Methods
Name |
Description |
---|---|
Creates a new PivotTableField of the appropriate type in a FieldCollection |