Click or drag to resize

ISortedRule SortDateDesc Method

Sorts the Datea type values in Descending order with the specified column.

Namespace: Spire.Xls.Core
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
void SortDateDesc(
	int left,
	int right,
	int columnIndex
)

Parameters

left
Type: System Int32
Represents the start index of the data.
right
Type: System Int32
Represents the end index of the data.
columnIndex
Type: System Int32
Reprsents the columnindex of the data.
See Also