Gets or sets a value specifying whether the text at the current input position is interpreted as standard text which means that it is displayed as it is. The NumberTextType can be used when text in a table cell should be interpreted as a number. 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.