Back to Devexpress

PivotItem Members

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

latest1.7 KB
Original Source

PivotItem Members

Represents an item in a PivotTable field.

Properties

NameDescription
CaptionGets or sets the label text for the pivot item.
FormulaGets or sets the formula for the calculated item.
PositionReturns or specifies the item position within the field’s item collection.
ShowDetailsGets or sets a value indicating whether the outline is expanded for the pivot item.
ValueGets the value of the item in the original source data.
VisibleGets or sets a value indicating whether the item should be displayed in the report.

Methods

NameDescription
MoveDown()Moves the item to the next position within the field’s item collection.
MoveToBeginning()Moves the item to the first position within the field’s item collection.
MoveToEnd()Moves the item to the last position within the field’s item collection.
MoveUp()Moves the item to the previous position within the field’s item collection.

See Also

PivotItem Interface

DevExpress.Spreadsheet Namespace