Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SortingEventArgs Class / ByRows Property


In This Topic
ByRows Property (SortingEventArgs)
In This Topic
Gets whether to sort by rows (or columns).
Syntax
'Declaration
 
Public ReadOnly Property ByRows As Boolean
 
'Usage
 
Dim instance As SortingEventArgs
Dim value As Boolean
 
value = instance.ByRows
See Also