Gets the
IShape object at the specified index.
'Declaration
Overloads ReadOnly Property Item( _
ByVal As Integer _
) As IShape
'Usage
Dim instance As IShapes
Dim index As Integer
Dim value As IShape
value = instance.Item(index)
Parameters
- index
- The index of the shape.
Property Value
The
IShape object at the specified index.