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 4 Next »

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