Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IShapeBase Interface / GroupItems Property


In This Topic
    GroupItems Property (IShapeBase)
    In This Topic
    Gets a IGroupShapes object that represents the individual shapes in the specified group.
    Syntax
    'Declaration
     
    
    ReadOnly Property GroupItems As IGroupShapes
    'Usage
     
    
    Dim instance As IShapeBase
    Dim value As IGroupShapes
     
    value = instance.GroupItems
    IGroupShapes GroupItems {get;}

    Property Value

    The individual shapes in the specified group.
    See Also