[]
        
(Showing Draft Content)

C1.Excel.XLColumnCollection.Contains

Contains Method

Contains(XLColumn)

Determines whether an XLColumn is a member of the collection.

Declaration
public bool Contains(XLColumn col)
Parameters
Type Name Description
XLColumn col

Item to look for.

Returns
Type Description
bool

True if the collection contains the item, False otherwise.