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


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

    Property Value

    The count.
    See Also