[]
        
(Showing Draft Content)

C1.WPF.ExpressionEditor.ExpressionEditorCollection.Remove

Remove Method

Remove(string)

Remove the corresponding expression editor with the column name.

Declaration
public bool Remove(string columnName)
Public Function Remove(columnName As String) As Boolean
Parameters
Type Name Description
string columnName

The column name of the grid.

Returns
Type Description
bool