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 |
---|---|
Returns the number of SourceFields in the collection. |
Indexers
Name |
Description |
---|---|
Returns the SourceField at the specified index. |
|
Returns the SourceField with the specified name. |