'Declaration
Protected Function GetChildren( _ ByVal group As GroupShape _ ) As Shape()
'Usage
Dim instance As WorksheetDrawing Dim group As GroupShape Dim value() As Shape value = instance.GetChildren(group)
protected Shape[] GetChildren( GroupShape group )
Parameters
- group