Back to Devexpress

BinaryOperatorExpression.LeftExpression Property

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

latest1.3 KB
Original Source

BinaryOperatorExpression.LeftExpression Property

Gets or sets the IExpression object specifying the left operand.

Namespace : DevExpress.Spreadsheet.Formulas

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

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

Property Value

TypeDescription
IExpression

An expression that is the left operand.

|

See Also

BinaryOperatorExpression Class

BinaryOperatorExpression Members

DevExpress.Spreadsheet.Formulas Namespace