RowCount Property (RangeCommand)
Gets the total row count of cell range.
protected int RowCount {get;}
'Declaration
Protected ReadOnly Property RowCount As Integer
'Usage
Dim instance As RangeCommand
Dim value As Integer
value = instance.RowCount
Property Value
An integer value indicates the total row count of cell range.