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.PivotData.ValueKey
column key (use null to sort by totals) - measureIndex
- Type: System.Int32
measure (aggregator) index - sortDirection (Optional)
- Type: System.ComponentModel.ListSortDirection
sort direction (asc by default)
See Also