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

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

Introduced in build 8.3

Description

The FieldCollection class contains a list of Pivot Table fields. 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

The page EW8:FieldCollection.CreateField could not be found.
  • No labels