ComponentOne Expression Editor for WPF
Remove Method (ExpressionEditorCollection)

C1.WPF.ExpressionEditor.4 Assembly > C1.WPF.ExpressionEditor Namespace > ExpressionEditorCollection Class : Remove Method
The column name of the grid.
Remove the corresponding expression editor with the column name.
Syntax
'Declaration
 
Public Function Remove( _
   ByVal columnName As System.String _
) As System.Boolean
public System.bool Remove( 
   System.string columnName
)

Parameters

columnName
The column name of the grid.
See Also

Reference

ExpressionEditorCollection Class
ExpressionEditorCollection Members