GrapeCity.Xaml.Excel
Row Property (ExcelCellRange)


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

Property Value

The start row index.
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

ExcelCellRange Class
ExcelCellRange Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options