Spread WPF 18
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