Enum FormatModeTypes
The available format modes for displaying numbers in the number field.
public enum FormatModeTypes : byte
Fields
Currency = 1
Displays the number in currency format.
Decimal = 0
Displays the number in decimal format.
The available format modes for displaying numbers in the number field.
public enum FormatModeTypes : byte
Currency = 1
Displays the number in currency format.
Decimal = 0
Displays the number in decimal format.