Skip to main content
A newer version of this page is available. .

XlFunc.Text(IXlFormulaParameter, String, Boolean) Method

A TEXT text function.

Namespace: DevExpress.Export.Xl

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

Declaration

public static IXlFormulaParameter Text(
    IXlFormulaParameter formula,
    string netFormatString,
    bool isDateTimeFormatString
)

Parameters

Name Type Description
formula IXlFormulaParameter

An IXlFormulaParameter object that is the function parameter.

netFormatString String

A .NET Framework format string.

isDateTimeFormatString Boolean

True if the format string is the date and time format string; otherwise, false.

Returns

Type Description
IXlFormulaParameter

An IXlFormulaParameter object that is the function result.

See Also