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(Nullable<Int32>, ListSortDirection) |
Sort columns by specified row values.
|
![]() | SortColumnKeys(Nullable<Int32>, 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(Nullable<Int32>, ListSortDirection) |
Sort rows by specified column values.
|
![]() | SortRowKeys(Nullable<Int32>, Int32, ListSortDirection) |
Sort rows by specified column values.
|
![]() | SortRowKeysByColumnKey |
Sort rows by specified column key.
|
![]() | ToString | (Inherited from Object.) |
See Also