Represents pivot table value context for custom calculations in DifferencePivotTable and PercentagePivotTable.
Namespace: NReco.PivotData
Assembly: NReco.PivotData.Extensions (in NReco.PivotData.Extensions.dll) Version: 1.6.1
Syntax
The PivotTableValueContext type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| BasePivotTable |
Gets the instance of IPivotTable.
| |
| ColumnKey |
Gets the column key of the target difference value cell.
| |
| ColumnKeyIndex |
Gets the index of the column key in PivotTable.ColumnKeys array.
| |
| RowKey |
Gets the row key of the target difference value cell.
| |
| RowKeyIndex |
Gets the index of the row key in PivotTable.RowKeys array.
|
Methods
| Name | Description | |
|---|---|---|
| ColumnKeyExists |
Determines whether the pivot table has specified ValueKey in columns.
| |
| Equals | (Inherited from ValueType.) | |
| GetHashCode | (Inherited from ValueType.) | |
| GetType | (Inherited from Object.) | |
| RowKeyExists |
Determines whether the pivot table has specified ValueKey in rows.
| |
| ToString | (Inherited from ValueType.) |
See Also