XlFunc.Text(XlVariantValue, XlNumberFormat) Method
A TEXT text function.
Namespace: DevExpress.Export.Xl
Assembly: DevExpress.Printing.v25.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
public static IXlFormulaParameter Text(
XlVariantValue value,
XlNumberFormat numberFormat
)
Parameters
| Name | Type | Description |
|---|---|---|
| value | XlVariantValue | An XlVariantValue value. However, a value of any standard type can be supplied because XlVariantValue class implements multiple implicit constructors. |
| numberFormat | XlNumberFormat | A XlNumberFormat object that specifies the formatting applied to the function parameter. |
Returns
| Type | Description |
|---|---|
| IXlFormulaParameter | An IXlFormulaParameter object that is the function result. |
See Also