Excel for WPF | ComponentOne
C1.WPF.Excel Namespace / ShapeCollection Class / Contains Method / Contains(Int32) Method
The identifier of the object to look for.

In This Topic
    Contains(Int32) Method
    In This Topic
    Checks whether the collection contains a specific XLShape object.
    Syntax
    'Declaration
     
    
    Public Overloads Function Contains( _
       ByVal id As Integer _
    ) As Boolean
    public bool Contains( 
       int id
    )

    Parameters

    id
    The identifier of the object to look for.

    Return Value

    True if the collection contains the range, False otherwise.
    See Also