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


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