[]
Returns the row count of the first range.
int RowCount { get; }
ReadOnly Property RowCount As Integer
The row.
IRange range = worksheet.Range["B2:C3"]; int rowCount = range.RowCount;