Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IAreas Interface / Count Property


In This Topic
    Count Property (IAreas)
    In This Topic
    Gets an integer value that indicates the number of objects in the collection.
    Syntax
    'Declaration
     
    
    ReadOnly Property Count As Integer
    'Usage
     
    
    Dim instance As IAreas
    Dim value As Integer
     
    value = instance.Count
    int Count {get;}

    Property Value

    An integer value represents the number of objects in the collection.
    See Also