Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IGroupShape Interface / GroupItems Property


In This Topic
    GroupItems Property (IGroupShape)
    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 IGroupShape
    Dim value As IGroupShapes
     
    value = instance.GroupItems
    IGroupShapes GroupItems {get;}

    Property Value

    The individual shapes in the specified group.
    See Also