BinaryOperatorExpression.RightExpression Property
In This Article
Gets or sets the IExpression object specifying the right operand.
Namespace: DevExpress.Spreadsheet.Formulas
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
#Declaration
public IExpression RightExpression { get; set; }
#Property Value
Type | Description |
---|---|
IExpression | An expression that is the left operand. |
See Also