DataSorterSortLeftToRight 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:
Aspose.Cells
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 21.1.0.0 (21.1)
Syntaxpublic 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