RowCount Property (CellRange)
Gets the number of rows in the range.
public int RowCount {get; set;}
'Declaration
Public Property RowCount As Integer
'Usage
Dim instance As CellRange
Dim value As Integer
instance.RowCount = value
value = instance.RowCount