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