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


In This Topic
Row Property (SheetSelectionModelEventArgs)
In This Topic
Gets the row index of the selection.
Syntax
'Declaration
 
Public ReadOnly Property Row As Integer
 
'Usage
 
Dim instance As SheetSelectionModelEventArgs
Dim value As Integer
 
value = instance.Row
See Also