Gets a value that indicates whether the collection contains a Column
with a given name.
Namespace:
C1.Phone.FlexGridAssembly: C1.Phone.FlexGrid (in C1.Phone.FlexGrid.dll)
Syntax
| C# |
|---|
public bool Contains( string colName ) |
| Visual Basic |
|---|
Public Function Contains ( _ colName As String _ ) As Boolean |
Parameters
- colName
- Type: System..::..String
ColumnName to look for.