Click or drag to resize

SortColumns Remove Method (SortColumn)

Removes the 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(
	SortColumn sortColumn
)

Parameters

sortColumn
Type: Spire.Xls.Core.Spreadsheet.Sorting SortColumn
Sort column to remove from the collection.

Implements

ISortColumns Remove(SortColumn)
See Also