ThousandSeparator Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public enum class ThousandSeparator
public enum ThousandSeparator
type ThousandSeparator =
Public Enum ThousandSeparator
- Inheritance
-
ThousandSeparator
Fields
Name | Value | Description |
---|---|---|
None | 0 | |
Dot | 1 | |
Comma | 2 | |
Apostrophe | 3 | |
Space | 4 | |
Auto | 99 |