Click or drag to resize

SortColumns Remove Method (Int32)

Remvoes the Sort item in the collection.

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

Parameters

key
Type: System Int32
Field index to remove.

Implements

ISortColumns Remove(Int32)
See Also