RangeIntersectionExpression(IExpression, IExpression) Constructor
In This Article
Initializes a new instance of the RangeIntersectionExpression class with the specified settings.
Namespace: DevExpress.Spreadsheet.Formulas
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
#Declaration
public RangeIntersectionExpression(
IExpression leftExpression,
IExpression rightExpression
)
#Parameters
Name | Type | Description |
---|---|---|
left |
IExpression | An IExpression object specifying the left operand. |
right |
IExpression | An IExpression object specifying the right operand. |
See Also