SpreadsheetGear 2023
Item(String) Property


SpreadsheetGear.Shapes Namespace > IGroupShapes Interface > Item Property : Item(String) Property
The name of the IShape to return.
Gets the IShape specified by the shape name or null if the shape is not found.
Syntax
'Declaration
 
Overloads ReadOnly Property Item( _
   ByVal name As System.String _
) As IShape
'Usage
 
Dim instance As IGroupShapes
Dim name As System.String
Dim value As IShape
 
value = instance.Item(name)
IShape Item( 
   System.string name
) {get;}

Parameters

name
The name of the IShape to return.

Property Value

The specified IShape or null if the shape is not found.
Requirements

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

See Also

Reference

IGroupShapes Interface
IGroupShapes Members
Overload List
IShape Interface