GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IRange Interface / Count Property


In This Topic
Count Property (IRange)
In This Topic
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