Gets or sets a value specifying whether text at the current input position is interpreted as a number which means that the period character (.) is defined as decimal separator and the comma character (,) is defined as thousands separator. This texttype can be used only in table cells. If text is selected, the property specifies this attribute for the whole selected text.

Introduced: X16.

Syntax

public bool? NumberTextType { get; set; }
Public Property NumberTextType() As Nullable(Of Boolean)

Remarks

The property returns null when the text selection contains multiple table cells with mixed setting.