Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / WorksheetDrawing Class / GetVisibleChildren Method


In This Topic
    GetVisibleChildren Method
    In This Topic
    Get an array of shapes which are visibled in a compisite container
    Syntax
    'Declaration
     
    
    Public Shared Function GetVisibleChildren( _
       ByVal container As ICompositeShape _
    ) As Shape()
    'Usage
     
    
    Dim container As ICompositeShape
    Dim value() As Shape
     
    value = WorksheetDrawing.GetVisibleChildren(container)
    public static Shape[] GetVisibleChildren( 
       ICompositeShape container
    )

    Parameters

    container
    See Also