Back to Devexpress

PivotTable Members

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

latest4.7 KB
Original Source

PivotTable Members

Represents a PivotTable report on a worksheet.

Properties

NameDescription
BandedColumnsGets or sets a value indicating whether alternate shading should be applied to the pivot table columns.
BandedRowsGets or sets a value indicating whether alternate shading should be applied to the pivot table rows.
BehaviorProvides access to an object that allows you to apply restrictions on different PivotTable operations.
CacheReturns the data cache for the specified PivotTable report.
CalculatedFieldsProvides access to the collection of calculated fields in the specified PivotTable report.
ColumnFieldsProvides access to the collection of fields located in the column axis area of the PivotTable report.
DataFieldsProvides access to the collection of fields located in the data area of the PivotTable report.
FieldsProvides access to the collection of all fields in the PivotTable report.
FiltersProvides access to the collection of filters applied to the current pivot table.
LayoutProvides access to options used to adjust the PivotTable report layout.
LocationProvides access to an object that contains information about the location of a pivot table and its regions.
NameGets or sets the PivotTable name.
PageFieldsProvides access to the collection of fields located in the PivotTable’s report filter area.
RowFieldsProvides access to the collection of fields located in the row axis area of the PivotTable report.
ShowColumnHeadersGets or sets a value indicating whether to apply the style formatting to column headers.
ShowRowHeadersGets or sets a value indicating whether to apply the style formatting to row headers.
StyleGets or sets the style applied to the pivot table.
TagGets or sets custom information associated with a pivot table.
ViewProvides access to the display settings of a PivotTable report.

Methods

NameDescription
BeginUpdate()Locks the PivotTable object. Prevents visual updates until the EndUpdate method calls.
ChangeDataSource(CellRange)Changes the data source for the PivotTable report.
ChangeDataSource(PivotCache)Changes the data source for the PivotTable report.
Clear()Removes all fields, formatting and report filters from the PivotTable report.
EndUpdate()Unlocks the PivotTable object after you call BeginUpdate. It also causes an immediate visual update.
MoveTo(CellRange)Moves a pivot table to the specified location.

See Also

PivotTable Interface

DevExpress.Spreadsheet Namespace