BinaryOperatorExpression.RightExpression Property
Gets or sets the IExpression object specifying the right operand.
Namespace: DevExpress.Spreadsheet.Formulas
Assembly: DevExpress.Spreadsheet.v26.1.Core.dll
Declaration
Property Value
| Type | Description |
|---|---|
| IExpression | An expression that is the left operand. |
See Also