Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / WorksheetDrawing Class / GetChildrenShapes Method
The root of shape.


In This Topic
GetChildrenShapes Method
In This Topic
Get all shapes without GroupShapes.
Syntax
'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)

Parameters

root
The root of shape.
selectedOnly
See Also