Spread Silverlight Documentation
Row Property (EnterCellEventArgs)


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

Property Value

The column index of the cell being entered.
See Also

Reference

EnterCellEventArgs Class
EnterCellEventArgs Members