The PivotTable type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
GetValue |
Gets value for specified row and column keys.
| |
MemberwiseClone | (Inherited from Object.) | |
SortColumnKeys(NullableInt32, ListSortDirection) |
Sort columns by specified row values.
| |
SortColumnKeys(NullableInt32, Int32, ListSortDirection) |
Sort columns by specified row values
| |
SortColumnKeysByRowKey |
Sort columns by specified row key.
| |
SortKeys |
Performs inital ordering of pivot table rows/columns keys
| |
SortRowKeys(NullableInt32, ListSortDirection) |
Sort rows by specified column values.
| |
SortRowKeys(NullableInt32, Int32, ListSortDirection) |
Sort rows by specified column values.
| |
SortRowKeysByColumnKey |
Sort rows by specified column key.
| |
ToString | (Inherited from Object.) |
See Also