# BAHTTEXT

Spread for WinForms provides advanced software components that support Excel import/export, full cell customization, an extensive calculation engine with over 450 functions and more, all with zero dependencies on Excel.

## Content



This function converts the specified value to Thai text and adds a suffix "Baht" to it.

## Syntax

BAHTTEXT(*value*)

## Arguments

The argument can accept a numeric value, or a cell reference that contains a numeric value.

## Data Types

Accepts numeric data. Returns string data.

## Examples

`BAHTTEXT(1234)` gives the result หนึ่งพันสองร้อยสามสิบสี่บาทถ้วน
`BAHTTEXT(C3)` gives the result หนึ่งพันสองร้อยสามสิบสี่บาทถ้วน, where C3 is the cell reference that contains the value 1234

## Version Available

This function is available in Spread for Windows Forms 11.0 or later.