'Declaration
Public Function GetChildrenShapes( _ ByVal root As GroupShape, _ Optional ByVal selectedOnly As Boolean _ ) As Shape()
'Usage
Dim instance As WorksheetDrawing Dim root As GroupShape Dim selectedOnly As Boolean Dim value() As Shape value = instance.GetChildrenShapes(root, selectedOnly)
public Shape[] GetChildrenShapes( GroupShape root, bool selectedOnly )
Parameters
- root
- The root of shape.
- selectedOnly