Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / WorksheetDrawing Class / GetChildren Method


In This Topic
    GetChildren Method
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Function GetChildren( _
       ByVal group As GroupShape _
    ) As Shape()
    'Usage
     
    
    Dim instance As WorksheetDrawing
    Dim group As GroupShape
    Dim value() As Shape
     
    value = instance.GetChildren(group)
    protected Shape[] GetChildren( 
       GroupShape group
    )

    Parameters

    group
    See Also