Gets or sets the expression of this calculated column. See the ColumnExpression class
for utility methods.
Namespace: Spotfire.Dxp.Data
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 25.11.10401.3615 (25.11.10401.3615)
Syntax
C#
public string Expression { get; set; }
Property Value
Type: StringExceptions
Exception | Condition |
---|---|
InvalidOperationException | Thrown if the column is not a calculated column anymore. |
ExpressionException | Thrown if the expression was not valid. |
Version Information
See Also