Click or drag to resize

ISortColumns Remove Method (Int32)

Removes the sortField in the collection with the Key.

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

Parameters

key
Type: System Int32
Sort field Key to remove.
See Also