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