'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