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

XlFunc.Text(XlVariantValue, String, Boolean) Method

A TEXT text function.

Namespace: DevExpress.Export.Xl

Assembly: DevExpress.Printing.v19.1.Core.dll

Declaration

public static IXlFormulaParameter Text(
    XlVariantValue value,
    string netFormatString,
    bool isDateTimeFormatString
)

Parameters

Name Type Description
value XlVariantValue

An XlVariantValue object. However, a value of any standard type can be supplied because the XlVariantValue class implements multiple implicit constructors.

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