ValueFormatCategory 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 ValueFormatCategory
public enum ValueFormatCategory
type ValueFormatCategory =
Public Enum ValueFormatCategory
- Inheritance
-
ValueFormatCategory
Fields
Name | Value | Description |
---|---|---|
Default | 0 | |
Number | 1 | |
Currency | 2 | |
Date | 3 | |
Time | 4 | |
Percentage | 5 | |
Scientific | 6 | |
Custom | 7 |