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; }
Public Property SortLeftToRight As Boolean
Get
Set
public:
property bool SortLeftToRight {
bool get ();
void set (bool value);
}
member SortLeftToRight : bool with get, set
Property Value
Type:
Boolean
See Also