The TernaryExpression type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| DisplayFormula |
Visual presentation of the expression
if "ifLeftExpression" "CompareSign" "ifRightExpression" then "thenExpression" else "elseExpression" | |
| ElseExpression |
Expression to evaluate if ternary expression is false
| |
| IfLeftExpression |
Left side of ternary expression
| |
| IfRightExpression |
Right side of ternary expression
| |
| Name |
A name of the expression
| |
| ThenExpression |
Expression to evaluate if ternary expression is true
|
See Also