Back to Devexpress

BinaryOperatorExpression.RightExpression Property

officefileapi-devexpress-dot-spreadsheet-dot-formulas-dot-binaryoperatorexpression-2127a025.md

latest1.3 KB
Original Source

BinaryOperatorExpression.RightExpression Property

Gets or sets the IExpression object specifying the right operand.

Namespace : DevExpress.Spreadsheet.Formulas

Assembly : DevExpress.Spreadsheet.v25.2.Core.dll

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public IExpression RightExpression { get; set; }
vb
Public Property RightExpression As IExpression

Property Value

TypeDescription
IExpression

An expression that is the left operand.

|

See Also

BinaryOperatorExpression Class

BinaryOperatorExpression Members

DevExpress.Spreadsheet.Formulas Namespace