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