Spread Silverlight Documentation
Row Property (ExternalCellRange)


GrapeCity.Excel Namespace > ExternalCellRange 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 ExternalCellRange
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

ExternalCellRange Class
ExternalCellRange Members