Sort columns by specified row key.
Namespace: NReco.PivotData
Assembly: NReco.PivotData (in NReco.PivotData.dll) Version: 1.4.1
Syntax
public void SortColumnKeysByRowKey( ValueKey rowKey, int measureIndex, ListSortDirection sortDirection = ListSortDirection.Ascending )
Parameters
- rowKey
- Type: NReco.PivotData.ValueKey
row key (use null to sort by totals) - measureIndex
- Type: System.Int32
measure index (applicable only for cubes with several measures) - sortDirection (Optional)
- Type: System.ComponentModel.ListSortDirection
sort direction
See Also