TabSheetSettings.UseNumberFormats

Syntax

UseNumberFormats: Boolean

Description

The UseNumberFormats property determines whether number format is used in cell style on editing.

Comments

Use JSON or the setUseNumberFormats method to set the property value, and the getUseNumberFormats method to get the property value.

By default the property is False.

Example

The example of method use is given on the TabSheetCell Constructor page.

See also:

TabSheetSettings