ComponentOne Expression Editor for WPF
Add Method (ExpressionEditorCollection)

C1.WPF.ExpressionEditor.4 Assembly > C1.WPF.ExpressionEditor Namespace > ExpressionEditorCollection Class : Add Method
The column name of the grid.
The expression editor.
Add an expression editor to the collection.
Syntax
'Declaration
 
Public Sub Add( _
   ByVal columnName As System.String, _
   ByVal editor As C1ExpressionEditor _
) 
public void Add( 
   System.string columnName,
   C1ExpressionEditor editor
)

Parameters

columnName
The column name of the grid.
editor
The expression editor.
See Also

Reference

ExpressionEditorCollection Class
ExpressionEditorCollection Members