Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

PivotFieldReference Members

Represents a reference to a PivotField object that is currently shown as a row or column field.

Properties

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.

Methods

Name Description
MoveDown() Moves the field to the next position within the collection which represents the PivotTable area where this field is currently shown. Inherited from PivotFieldReferenceBase.
MoveToBeginning() Moves the field to the first position within the collection which represents the PivotTable area where this field is currently shown. Inherited from PivotFieldReferenceBase.
MoveToEnd() Moves the field to the last position within the collection which represents the PivotTable area where this field is currently shown. Inherited from PivotFieldReferenceBase.
MoveUp() Moves the field to the previous position within the collection which represents the PivotTable area where this field is currently shown. Inherited from PivotFieldReferenceBase.
See Also