Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / GroupShape Class / GetSelectedChilds Method


In This Topic
    GetSelectedChilds Method
    In This Topic
    Gets all decendent child shapes.
    Syntax
    'Declaration
     
    
    Public Function GetSelectedChilds() As Shape()
    'Usage
     
    
    Dim instance As GroupShape
    Dim value() As Shape
     
    value = instance.GetSelectedChilds()
    public Shape[] GetSelectedChilds()

    Return Value

    All decendent child shapes.
    See Also