The PivotTable type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| ColumnKeys |
Dimension keys that represent columns of the pivot table
| |
| Columns |
Dimensions used for building columns of the pivot table
| |
| Item |
Gets aggregator for specified row and column indexes
| |
| PivotData |
Gets the IPivotData used for building pivot table.
| |
| PreserveGroupOrder |
Gets or sets flag that preserves grouping order when SortRowKeys(NullableInt32, ListSortDirection) or SortColumnKeys(NullableInt32, ListSortDirection) is called (false by default).
| |
| RowKeys |
Dimension keys that represent rows of the pivot table
| |
| Rows |
Dimensions used for building rows of the pivot table
| |
| TotalsCache |
Controls totals cache usage (true by default).
| |
| ValuesComparer |
This comparer is used when table is ordered by values. Null by default (in this case default comparer is used).
|
See Also