Page tree
    Created with Raphaël 2.1.0
    Loading...
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#
public sealed class SourceFieldCollection
vb.net
Public NotInheritable Class SourceFieldCollection

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