Spread Windows Forms 17
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
    long Count {get;}

    Property Value

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