'Declaration Public Sub Add( _ ByVal columnName As String, _ ByVal editor As C1ExpressionEditor _ )
public void Add( string columnName, C1ExpressionEditor editor )
Parameters
- columnName
- The column name of the grid.
- editor
- The expression editor.
'Declaration Public Sub Add( _ ByVal columnName As String, _ ByVal editor As C1ExpressionEditor _ )
public void Add( string columnName, C1ExpressionEditor editor )