Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IShapes Interface / Count Property


In This Topic
    Count Property (IShapes)
    In This Topic
    Gets the number of shapes in the collection.
    Syntax
    'Declaration
     
    
    ReadOnly Property Count As Integer
    'Usage
     
    
    Dim instance As IShapes
    Dim value As Integer
     
    value = instance.Count
    int Count {get;}

    Property Value

    The number of shapes in the collection.
    See Also