GrapeCity.Wpf.SpreadSheet Namespace / EnterCellEventArgs Class / Row Property


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