Represents an abstract pivot table model.
Namespace: NReco.PivotData
Assembly: NReco.PivotData (in NReco.PivotData.dll) Version: 1.4.1
Syntax
The IPivotTable type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| ColumnKeys |
Gets the collection of column keys.
| |
| Columns |
Dimensions for pivot table columns.
| |
| PivotData |
Gets the underlying IPivotData instance.
| |
| RowKeys |
Gets the collection of row keys.
| |
| Rows |
Dimensions for pivot table rows.
|
Methods
| Name | Description | |
|---|---|---|
| GetValue |
Gets value for specified row and column keys.
|
See Also