Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / ICompositeShape Interface / Item Property


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

    Parameters

    index
    See Also