Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IGraphicObjects Interface / Item Property
The index of the graphic object to retrieve from the graphic object collection.


In This Topic
    Item Property (IGraphicObjects)
    In This Topic
    Indicates the GraphicObject at the specified indexed location in the collection.
    Syntax
    'Declaration
     
    
    ReadOnly Default Property Item( _
       ByVal index As Integer _
    ) As GraphicObject
    'Usage
     
    
    Dim instance As IGraphicObjects
    Dim index As Integer
    Dim value As GraphicObject
     
    value = instance.Item(index)
    GraphicObject this[ 
       int index
    ]; {get;}

    Parameters

    index
    The index of the graphic object to retrieve from the graphic object collection.

    Property Value

    The GraphicObject located at the specified index location within the graphic object collection.
    See Also