Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IShapeNodes Interface / Item Property
The index number for the object.


In This Topic
    Item Property (IShapeNodes)
    In This Topic
    Gets the IShapeNode at the specified index.
    Syntax
    'Declaration
     
    
    ReadOnly Default Property Item( _
       ByVal index As Integer _
    ) As IShapeNode
    'Usage
     
    
    Dim instance As IShapeNodes
    Dim index As Integer
    Dim value As IShapeNode
     
    value = instance.Item(index)
    IShapeNode this[ 
       int index
    ]; {get;}

    Parameters

    index
    The index number for the object.

    Property Value

    The IShapeNode at the specified index.
    See Also