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

Introduced in build 8.4

Description

The SourceFieldCollection class contains a list of SourceField objects. To get a SourceFieldCollection object, use PivotTable.SourceFields.

C#
vb.net

Properties

Name

Description

Count

Returns the number of SourceFields in the collection.

Indexers

Name

Description

Item(Int32)

Returns the SourceField at the specified index.

Item(String)

Returns the SourceField with the specified name.
  • No labels