'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