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}
{signature:
}
Signature
vb.net
vb.net
Public NotInheritable Class FieldCollection
{signature}
{properties}
|| Name || Description ||
| [Count|EW8:FieldCollection.Count] | {excerpt-include:FieldCollection.Count\|nopanel=true} |

{indexers}
|| Name || Description ||
| [Item(Int32)|EW8:
Properties

Name

Description

Count

Excerpt Include
FieldCollection.Count
FieldCollection.Count
nopaneltrue
Indexers

Name

Description

Item(Int32)

Excerpt Include
FieldCollection.Item(Int32)

...

FieldCollection.Item(Int32)

...

nopanel

...

...


Excerpt Include
FieldCollection.Item(

...

string)
FieldCollection.Item(string)

...

nopanel

...

true
Methods

Name

Description

CreateField

Excerpt Include
FieldCollection.CreateField(SourceField)

...

FieldCollection.CreateField(SourceField)

...

nopanel

...

true

...