Back to Devexpress

PivotFieldReferenceBase Members

officefileapi-devexpress-dot-spreadsheet-dot-pivotfieldreferencebase-dot-underscore-members.md

latest2.3 KB
Original Source

PivotFieldReferenceBase Members

Represents a base interface for the PivotFieldReference, PivotPageField and PivotDataField interfaces.

Properties

NameDescription
FieldProvides access to the underlying pivot field referenced by the current object.
PositionReturns or specifies the field position in the collection that corresponds to the PivotTable area where this field is located.

Methods

NameDescription
MoveDown()Moves the field to the next position within the collection which represents the PivotTable area where this field is currently shown.
MoveToBeginning()Moves the field to the first position within the collection which represents the PivotTable area where this field is currently shown.
MoveToEnd()Moves the field to the last position within the collection which represents the PivotTable area where this field is currently shown.
MoveUp()Moves the field to the previous position within the collection which represents the PivotTable area where this field is currently shown.

See Also

PivotFieldReferenceBase Interface

DevExpress.Spreadsheet Namespace