[]
        
(Showing Draft Content)

C1.Win.ExpressionEditor.ExpressionEditorCollection.Contains

Contains Method

Contains(string)

Determines whether the ExpressionEditorCollection contains C1ExpressionEditor object associated with the specified column.

Declaration
public bool Contains(string columnName)
Parameters
Type Name Description
string columnName

specified column name.

Returns
Type Description
bool

true if the ExpressionEditorCollection contains an C1ExpressionEditor object associated with the specified column; otherwise, false.