The TopPivotTable type exposes the following members.
Properties
Name | Description | |
---|---|---|
ColumnKeys | ||
ColumnOtherKey |
Special 'other' key used for column dimensions.
| |
Columns | ||
ColumnTopMode |
Determines top-N calculation mode: first N columns (default) or last N columns.
| |
IncludeOtherGroups |
Gets or sets flag that determines whether to include into pivot table rows/columns that exceed limits as 'other' groups (true by default).
| |
PivotData | ||
RowKeys | ||
RowOtherKey |
Special 'other' key used for row dimensions.
| |
Rows | ||
RowTopMode |
Determines top-N calculation mode: first N rows (default) or last N rows.
|
See Also