PivotTableSortRowKeys Method (NullableInt32, ListSortDirection)

NReco.PivotData Class Library Documentation
Sort rows by specified column values.

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

public void SortRowKeys(
	Nullable<int> columnIndex,
	ListSortDirection sortDirection = ListSortDirection.Ascending
)

Parameters

columnIndex
Type: SystemNullableInt32
column index (use null to sort by totals)
sortDirection (Optional)
Type: System.ComponentModelListSortDirection
sort direction (asc by default)
See Also

Reference