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


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