Sort rows by specified column key.
Namespace: NReco.PivotData
Assembly: NReco.PivotData (in NReco.PivotData.dll) Version: 1.4.1
Syntax
public void SortRowKeysByColumnKey( ValueKey colKey, int measureIndex, ListSortDirection sortDirection = ListSortDirection.Ascending )
Parameters
- colKey
- Type: NReco.PivotDataValueKey
column key (use null to sort by totals) - measureIndex
- Type: SystemInt32
measure (aggregator) index - sortDirection (Optional)
- Type: System.ComponentModelListSortDirection
sort direction (asc by default)
See Also