[]
Add an expression editor to the collection.
public void Add(string columnName, C1ExpressionEditor editor)
Public Sub Add(columnName As String, editor As C1ExpressionEditor)
| Type | Name | Description |
|---|---|---|
| string | columnName | The column name of the grid. |
| C1ExpressionEditor | editor | The expression editor. |