Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / WorksheetDrawing Class / GetChildren Method


In This Topic
GetChildren Method
In This Topic
Syntax
'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)

Parameters

group
See Also