PivotTableSortColumnKeys Method (NullableInt32, ListSortDirection)

NReco.PivotData Class Library Documentation
Sort columns by specified row values.

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

public void SortColumnKeys(
	Nullable<int> rowIndex,
	ListSortDirection sortDirection = ListSortDirection.Ascending
)

Parameters

rowIndex
Type: SystemNullableInt32
row index (use null to sort by totals)
sortDirection (Optional)
Type: System.ComponentModelListSortDirection
sort direction
See Also

Reference