PivotTableColumnKeys Property

NReco.PivotData Class Library Documentation
Dimension keys that represent columns of the pivot table

Namespace:  NReco.PivotData
Assembly:  NReco.PivotData (in NReco.PivotData.dll) Version: 1.4.1
Syntax

public ValueKey[] ColumnKeys { get; }

Property Value

Type: ValueKey

Implements

IPivotTableColumnKeys
Remarks

These keys are used for iterating by pivot table columns indexes. Order of table columns can be easily changed by reordering of ColumnKeys array.
See Also

Reference