Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IShapes Interface / Item Property / Item(String) Property
The name of the shape.


In This Topic
Item(String) Property
In This Topic
Gets the IShape object with the specified name.
Syntax
'Declaration
 
Overloads ReadOnly Property Item( _
   ByVal name 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.
See Also