Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / GeometryDrawing Class / Item Property
An integer value indicates the position of the child geometry drawing.


In This Topic
    Item Property (GeometryDrawing)
    In This Topic
    Gets the child gemometry drawing at the specified position.
    Syntax
    'Declaration
     
    
    Public ReadOnly Default Property Item( _
       ByVal index As Integer _
    ) As GeometryDrawing
    'Usage
     
    
    Dim instance As GeometryDrawing
    Dim index As Integer
    Dim value As GeometryDrawing
     
    value = instance.Item(index)
    public GeometryDrawing this[ 
       int index
    ]; {get;}

    Parameters

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

    Property Value

    The child geometry drawing at the specified position
    See Also