Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IPictures Interface / Item Property / Item(Int32) Property
The index of the shape.


In This Topic
    Item(Int32) Property
    In This Topic
    Gets the IPicture object at the specified index.
    Syntax
    'Declaration
     
    
    Overloads ReadOnly Property Item( _
       ByVal index As Integer _
    ) As IPicture
    'Usage
     
    
    Dim instance As IPictures
    Dim index As Integer
    Dim value As IPicture
     
    value = instance.Item(index)
    IPicture Item( 
       int index
    ) {get;}

    Parameters

    index
    The index of the shape.

    Property Value

    The IPicture object at the specified index.
    See Also