Excel for WPF and Silverlight
Item Property (ShapeCollection)

C1.WPF.Excel Namespace > ShapeCollection Class : Item Property
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
public XLShape this[ 
   System.int index
]; {get;}

Parameters

index
See Also

Reference

ShapeCollection Class
ShapeCollection Members