Click or drag to resize

ISortColumns Remove Method (SortColumn)

Removes the sortField in the collection.

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

Parameters

sortField
Type: Spire.Xls.Core.Spreadsheet.Sorting SortColumn
Sort Field to remove from the collection.
See Also