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