Spread Windows Forms 12.0 Product Documentation
Count Property (IRange)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IRange Interface : Count Property
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
long Count {get;}

Property Value

An integer value that represents the number of cells.
See Also

Reference

IRange Interface
IRange Members