XlFunc.Text(IXlFormulaParameter, String, Boolean) Method
In This Article
A TEXT text function.
Namespace: DevExpress.Export.Xl
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
public static IXlFormulaParameter Text(
IXlFormulaParameter formula,
string netFormatString,
bool isDateTimeFormatString
)
#Parameters
Name | Type | Description |
---|---|---|
formula | IXl |
An IXl |
net |
String | A .NET Framework format string. |
is |
Boolean | True if the format string is the date and time format string; otherwise, false. |
#Returns
Type | Description |
---|---|
IXl |
An IXl |
See Also