Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ErrorEventArgs Class / Row2 Property


In This Topic
Row2 Property (ErrorEventArgs)
In This Topic
Gets the bottom row index of the cell that raised the event.
Syntax
'Declaration
 
Public ReadOnly Property Row2 As Integer
 
'Usage
 
Dim instance As ErrorEventArgs
Dim value As Integer
 
value = instance.Row2
See Also