Checks whether the collection contains a specific
XLShape object.
'Declaration
Public Overloads Function Contains( _
ByVal As XLShape _
) As System.Boolean
public System.bool Contains(
XLShape
)
Parameters
- shape
- XLShape object to look for.
Return Value
True if the collection contains the range, False otherwise.