Click or drag to resize

ISortColumn SetLevel Method

Sets sorting priority.

Namespace: Spire.Xls.Core
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
void SetLevel(
	int priority
)

Parameters

priority
Type: System Int32
integer priority value. 0 represents high priority.
See Also