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


In This Topic
    ParentGroup Property
    In This Topic
    Gets a IShape object that represents the common parent shape of a child shape or a range of child shapes.
    Syntax
    'Declaration
     
    
    ReadOnly Property ParentGroup As IGroupShape
    'Usage
     
    
    Dim instance As IShapeBase
    Dim value As IGroupShape
     
    value = instance.ParentGroup
    IGroupShape ParentGroup {get;}

    Property Value

    The common parent shape.
    See Also