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


In This Topic
Row Property (SortingEventArgs)
In This Topic
Gets the index of the starting row of the block of cells to sort.
Syntax
'Declaration
 
Public ReadOnly Property Row As Integer
 
'Usage
 
Dim instance As SortingEventArgs
Dim value As Integer
 
value = instance.Row
See Also