Get an integer value that represents the number of cells in the range.
Syntax
'Declaration
ReadOnly Property Count As Long
'Usage
Dim instance As IRange
Dim value As Long
value = instance.Count
Property Value
An integer value that represents the number of cells.
See Also