Spread Silverlight Documentation
Row Property (CellCancelEventArgs)


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

Property Value

The row index of the cell.
See Also

Reference

CellCancelEventArgs Class
CellCancelEventArgs Members