PivotTableRowKeys Property

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

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

public ValueKey[] RowKeys { get; }

Property Value

Type: ValueKey

Implements

IPivotTableRowKeys
Remarks

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

Reference