PivotTableValueContext Structure

NReco.PivotData Class Library Documentation
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

public struct PivotTableValueContext

The PivotTableValueContext type exposes the following members.

Properties

  NameDescription
Public propertyBasePivotTable
Gets the instance of IPivotTable.
Public propertyColumnKey
Gets the column key of the target difference value cell.
Public propertyColumnKeyIndex
Gets the index of the column key in PivotTable.ColumnKeys array.
Public propertyRowKey
Gets the row key of the target difference value cell.
Public propertyRowKeyIndex
Gets the index of the row key in PivotTable.RowKeys array.
Top
Methods

  NameDescription
Public methodColumnKeyExists
Determines whether the pivot table has specified ValueKey in columns.
Public methodEquals (Inherited from ValueType.)
Public methodGetHashCode (Inherited from ValueType.)
Public methodGetType (Inherited from Object.)
Public methodRowKeyExists
Determines whether the pivot table has specified ValueKey in rows.
Public methodToString (Inherited from ValueType.)
Top
See Also

Reference