Skip to main content

XlFunc.Concatenate(IXlFormulaParameter[]) Method

A CONCATENATE text function.

Namespace: DevExpress.Export.Xl

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

NuGet Package: DevExpress.Printing.Core

Declaration

public static IXlFormulaParameter Concatenate(
    params IXlFormulaParameter[] parameters
)

Parameters

Name Type Description
parameters IXlFormulaParameter[]

An array of the IXlFormulaParameter objects which are the strings to join.

Returns

Type Description
IXlFormulaParameter

An IXlFormulaParameter object that is the function result.

See Also