Contains Method (XLColumnCollection)
Determines whether an
XLColumn is a member of the collection.
'Declaration
Public Function Contains( _
ByVal As XLColumn _
) As System.Boolean
public System.bool Contains(
XLColumn
)
Parameters
- col
- Item to look for.
Return Value
True if the collection contains the item, False otherwise.