Click or drag to resize

XlsAutoFiltersCollection Sorter Property

Gets the DataSorter instance associated with the current object. If the instance does not exist, it initializes a new instance of DataSorter.

Namespace: Spire.Xls.Core.Spreadsheet.Collections
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public DataSorter Sorter { get; }

Return Value

Type: DataSorter
An instance of DataSorter.
See Also