'Declaration Public Default Property Item( _ ByVal name As String _ ) As C1ExpressionEditor
public C1ExpressionEditor this[ string name ]; {get; set;}
Parameters
- name
- The column name of the grid.
'Declaration Public Default Property Item( _ ByVal name As String _ ) As C1ExpressionEditor
public C1ExpressionEditor this[ string name ]; {get; set;}