Determines whether an XLColumn is a member of the collection.
Namespace:
C1.Silverlight.ExcelAssembly: C1.Silverlight.Excel.5 (in C1.Silverlight.Excel.5.dll)
Syntax
C# |
---|
public bool Contains( XLColumn col ) |
Visual Basic |
---|
Public Function Contains ( _ col As XLColumn _ ) As Boolean |
Parameters
- col
- Type: C1.Silverlight.Excel..::..XLColumn
Item to look for.