Link Search Menu Expand Document

RangeRow Property

Gets the zero based row number of the first row in the first area (Areas[0]) of the Range .

Namespace:Bytescout.Spreadsheet
Assembly: Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.0.2045-master
Syntax
public int Row { get; }

Property Value

Type: Int32
The zero based row number of the first row in the first area.
Remarks
Row 1 returns 0, row 2 returns 1, and so on.
See Also

Reference