Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / WorksheetDrawing Class / GetChildrenShapes Method
The root of shape.


In This Topic
    GetChildrenShapes Method
    In This Topic
    Get all shapes without GroupShapes.
    Syntax
    'Declaration
     
    
    Public Shared Function GetChildrenShapes( _
       ByVal root As ICompositeShape, _
       Optional ByVal selectedOnly As Boolean _
    ) As Shape()
    'Usage
     
    
    Dim root As ICompositeShape
    Dim selectedOnly As Boolean
    Dim value() As Shape
     
    value = WorksheetDrawing.GetChildrenShapes(root, selectedOnly)
    public static Shape[] GetChildrenShapes( 
       ICompositeShape root,
       bool selectedOnly
    )

    Parameters

    root
    The root of shape.
    selectedOnly
    See Also