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

Introduced in build 8.3

Description

The SourceField represents a field available to be added to a pivot table. Each column of data in the pivot table data source has a SourceField, and new SourceFields cannot be added. Using the SourceField to create a PivotTableField will not change the SourceField. To retrieve a SourceField use PivotTable.SourceFields.

C#
vb.net

Properties

Name

Description

Name

Returns the name of the SourceField

Position

Returns the position of the SourceField in the SourceFields collection.
  • No labels