Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IGroupShapes Interface / Item Property
The index.


In This Topic
    Item Property (IGroupShapes)
    In This Topic
    Gets an individual shape from the grouped shape.
    Syntax
    'Declaration
     
    
    ReadOnly Default Property Item( _
       ByVal index As Integer _
    ) As IShape
    'Usage
     
    
    Dim instance As IGroupShapes
    Dim index As Integer
    Dim value As IShape
     
    value = instance.Item(index)
    IShape this[ 
       int index
    ]; {get;}

    Parameters

    index
    The index.

    Property Value

    IShape.
    See Also