Gets the first row in a specified range of cells within a sheet that identifies the vertical starting boundary in a spreadsheet.
public int FirstRow { get; }
The index of the first row in the cell range.
The FirstRow property provides access to the index of the first row in a specified cell range. The indexing is zero-based, meaning the first row of the spreadsheet is denoted as 0.