Gets a value that indicates whether the collection contains a Column
with a given name.
Namespace:
C1.Silverlight.FlexGridAssembly: C1.Silverlight.FlexGrid.4 (in C1.Silverlight.FlexGrid.4.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.