ComponentOne Excel for UWP
C1.UWP.Excel Assembly / C1.Xaml.Excel Namespace / ShapeCollection Class / Item Property

In This Topic
    Item Property (ShapeCollection)
    In This Topic
    Gets the XLShape object at the specified position in the collection.
    Syntax
    'Declaration
     
    Public ReadOnly Default Property Item( _
       ByVal index As System.Integer _
    ) As XLShape
    public XLShape this[ 
       System.int index
    ]; {get;}

    Parameters

    index
    See Also