Gets the position of an
XLShape object in the collection.
'Declaration
Public Overloads Function IndexOf( _
ByVal As XLShape _
) As System.Integer
public System.int IndexOf(
XLShape
)
Parameters
- shape
- XLShape object to look for.
Return Value
The position of the object in the collection, or -1 if the object is not a member of the collection.