GrapeCity.Xaml.SpreadSheet.UI
Row Property (CellEventArgs)


GrapeCity.Xaml.SpreadSheet.UI Namespace > CellEventArgs Class : Row Property
Gets the row index of the cell.
Syntax
'Declaration
 
Public ReadOnly Property Row As Integer
'Usage
 
Dim instance As CellEventArgs
Dim value As Integer
 
value = instance.Row
public int Row {get;}

Property Value

The row index of the cell.
See Also

Reference

CellEventArgs Class
CellEventArgs Members