Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / GeometryDrawing Class / GetSibling Method
An integer value indicates the position of the child geometry drawing.


In This Topic
GetSibling Method
In This Topic
Gets the sibling gemometry drawing at the specified position.
Syntax
'Declaration
 
Public Function GetSibling( _
   ByVal index As Integer _
) As GeometryDrawing
 
'Usage
 
Dim instance As GeometryDrawing
Dim index As Integer
Dim value As GeometryDrawing
 
value = instance.GetSibling(index)

Parameters

index
An integer value indicates the position of the child geometry drawing.

Return Value

The sibling geometry drawing at the specified position
See Also