FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CellErrorTextChangedEventArgs Class / RowIndex Property


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