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 As System.Integer _
) As XLShape
public XLShape this[
System.int
]; {get;}
Parameters
- index
See Also