GrapeCity.Xaml.Excel
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 Integer
'Usage
 
Dim instance As ExternalCellRange
Dim value As Integer
 
instance.Row = value
 
value = instance.Row
public int Row {get; set;}

Property Value

The start row index.
See Also

Reference

ExternalCellRange Class
ExternalCellRange Members