Skip to main content

BinaryOperatorExpression.LeftExpression Property

Gets or sets the IExpression object specifying the left operand.

Namespace: DevExpress.Spreadsheet.Formulas

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

public IExpression LeftExpression { get; set; }

Property Value

Type Description
IExpression

An expression that is the left operand.

See Also