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; }
 
Public ReadOnly Property Sorter As DataSorter
	Get
 
public:
property DataSorter^ Sorter {
	DataSorter^ get ();
}
 
member Sorter : DataSorter with get
 
 
 
Return Value
Type:
DataSorter
An instance of DataSorter.
 
See Also