I have a Microsoft.Office.Interop.Excel.Range
object and want to estimate the end-coordinates of that range ie (last column, last row).
There are no properties like LastCol
, LastRow
. The only properties are Column
and Row
, which specify the first cell. But how can I get the last cell of the range?