Click or drag to resize

XlsPivotField Sort Method

Sort row fildes or col fields by data field.

Namespace: Spire.Xls.Core.Spreadsheet.PivotTables
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public void Sort(
	bool isAscendSort,
	PivotDataField sortByField
)

Parameters

isAscendSort
Type: System Boolean
sortByField
Type: Spire.Xls.Core.Spreadsheet.PivotTables PivotDataField
See Also