[]
The collection of the expression editor.
public class ExpressionEditorCollection : IDisposable
| Name | Description |
|---|---|
| ExpressionEditorCollection(ISupportExpressions) | Initializes a new instance of the ExpressionEditorCollection which accepts an ISupportExpressions. |
| Name | Description |
|---|---|
| this[string] | Gets an expression editor in collections. |
| Name | Description |
|---|---|
| Add(string, C1ExpressionEditor) | Add an expression editor to the collection. |
| Contains(string) | Gets the column name is contained in the collection. |
| Dispose() | Clean up events being used. |
| Evaluate() | Evaluate all expression editor values. |
| Evaluate(int) | Evaluate the value of a column expression. |
| GetColumnName(C1ExpressionEditor) | Gets the column name of the expression editor. |
| Remove(string) | Remove the corresponding expression editor with the column name. |
| RenameColumn(string, string) | Rename the expression editor names. |