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