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