ComponentOne Excel for UWP
C1.UWP.Excel Assembly / C1.Xaml.Excel Namespace / XLColumnCollection Class / Contains Method
Item to look for.

In This Topic
    Contains Method (XLColumnCollection)
    In This Topic
    Determines whether an XLColumn is a member of the collection.
    Syntax
    'Declaration
     
    Public Function Contains( _
       ByVal col As XLColumn _
    ) As System.Boolean
    public System.bool Contains( 
       XLColumn col
    )

    Parameters

    col
    Item to look for.

    Return Value

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