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.
public TextType TextType { get; set; }
Public Property TextType() As TextType
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. |