Click or drag to resize

DataSorter SortLeftToRight Property

True means that sorting orientation is from left to right. False means that sorting orientation is from top to bottom. The default value is false.

Namespace: Spire.Xls.Core.Spreadsheet.Sorting
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public bool SortLeftToRight { get; set; }

Property Value

Type: Boolean
See Also