Spread Windows Forms 17
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 (GeometryDrawing)
    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)
    public GeometryDrawing GetSibling( 
       int 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