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


In This Topic
Row Property (SortedEventArgs)
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 SortedEventArgs
Dim value As Integer
 
value = instance.Row
See Also