Gets the
IShape specified by the shape name or null if the shape is not found.
IShape Item(
System.string
) {get;}
'Declaration
Overloads ReadOnly Property Item( _
ByVal As System.String _
) As IShape
'Usage
Dim instance As IGroupShapes
Dim name As System.String
Dim value As IShape
value = instance.Item(name)
Parameters
- name
- The name of the IShape to return.
Property Value
The specified
IShape or null if the shape is not found.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2