Spread Silverlight Documentation
Row Property (CellRange)


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

Property Value

The row index of the first cell in the range.
See Also

Reference

CellRange Class
CellRange Members