PivotFieldReference Properties
Represents a reference to a PivotField object that is currently shown as a row or column field.| Name | Description |
|---|---|
| Field | Provides access to the underlying pivot field referenced by the current object. Inherited from PivotFieldReferenceBase. |
| IsValuesReference | Gets a value indicating whether the current PivotFieldReference object represents a reference to the virtual “Values” field which appears in a pivot table containing two or more data fields. |
| Position | Returns or specifies the field position in the collection that corresponds to the PivotTable area where this field is located. Inherited from PivotFieldReferenceBase. |
See Also