Expression Property (Column)
In This Topic
Gets or sets the expression for column.
Syntax
'Declaration
Public Property Expression As String
public string Expression {get; set;}
Exceptions
Exception | Description |
ExpressionException | Represents errors that occur during operations with C1ExpressionEditor. |
See Also