Gets or sets the text type of the table cell which determines whether the cell's text is interpreted as a number or as text When the type is Standard, the cell's text is interpreted as text and it is displayed as it is. When the type is Number, the cell's text is interpreted as a number. The period character (.) is defined as decimal separator, the comma character (,) is defined as thousands separator.

Introduced: X16.

Syntax

public TextType TextType { get; set; }
Public Property TextType() As TextType

Members

Member Description
Standard The text is displayed as it is.
Number The text is interpreted as a number. The period character (.) is defined as decimal separator, the comma character (,) is defined as thousands separator.

Further Reading

Learn more about the TXTextControl.TableCellFormat.TextType Property in the Text Control Blog: