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

Introduced in build 8.4

Description

The SourceField represents a source field in a PivotTable. 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.

Remarks

A source field is a field that is automatically created based on the data source of the PivotTable and can be used to create data fields, row labels, column labels, and page fields. Each column of data in the PivotTable data source has a corresponding source field, and new source fields cannot be added.

Using the SourceField to create a PivotTableField will not change the SourceField.

  • No labels