[]
Returns the zero based row number of the first row of the first range.
int Row { get; }
ReadOnly Property Row As Integer
The row.
IRange range = worksheet.Range["B2:C3"]; int row = range.Row;