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


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