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