XlFunc.Text Method
| Name | Parameters | Description |
|---|---|---|
| Text(IXlFormulaParameter, XlNumberFormat) static | formula, numberFormat | A TEXT text function. |
| Text(IXlFormulaParameter, String, Boolean) static | formula, netFormatString, isDateTimeFormatString | A TEXT text function. |
| Text(XlVariantValue, XlNumberFormat) static | value, numberFormat | A TEXT text function. |
| Text(XlVariantValue, String, Boolean) static | value, netFormatString, isDateTimeFormatString | A TEXT text function. |