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


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