Gets the index of the row in which the cell is located within a sheet.
public int RowIndex { get; }
The index of the row in which the cell is situated.
The RowIndex property provides the index of the row where the cell is located. Indexing starts from 0, where the first row in the spreadsheet is represented as 0.