Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Introducedin
8.4
8.4
Description

Excerpt

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

Signature
C#
C#
 public sealed class FieldCollection
Signature
vb.net
vb.net
Public NotInheritable Class FieldCollection
Properties

Name

Description

Count

Excerpt Include
FieldCollection.Count
FieldCollection.Count
nopaneltrue
Indexers

Name

Description

Item(Int32)

Excerpt Include
FieldCollection.Item(Int32)
FieldCollection.Item(Int32)
nopaneltrue

Item(String)

Excerpt Include
FieldCollection.Item(string)
FieldCollection.Item(string)
nopaneltrue
Methods

Name

Description

CreateField

Excerpt Include
FieldCollection.CreateField(SourceField)
FieldCollection.CreateField(SourceField)
nopaneltrue