C1.Excel Assembly / C1.Excel Namespace / ShapeCollection Class / Item Property

In This Topic
Item Property (ShapeCollection)
In This Topic
Gets the XLShape object at the specified position in the collection.
Syntax
'Declaration
 
Public ReadOnly Default Property Item( _
   ByVal index As System.Integer _
) As XLShape
 

Parameters

index
See Also