Spread Silverlight Documentation
Row Property (ExcelCellRange)


GrapeCity.Excel Namespace > ExcelCellRange Class : Row Property
Gets the zero-based index of the start row of the range.
Syntax
'Declaration
 
Public Property Row As System.Integer
'Usage
 
Dim instance As ExcelCellRange
Dim value As System.Integer
 
instance.Row = value
 
value = instance.Row
public System.int Row {get; set;}

Property Value

The start row index.
See Also

Reference

ExcelCellRange Class
ExcelCellRange Members