'Declaration
Public Function Contains( _ ByVal columnName As String _ ) As Boolean
public bool Contains( string columnName )
Parameters
- columnName
- specified column name.
Return Value
true if the ExpressionEditorCollection contains an C1ExpressionEditor object associated with the specified column; otherwise, false.