OlFormatPercent 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.
Indicates the format used to display percent Outlook item properties.
public enum class OlFormatPercent
public enum OlFormatPercent
Public Enum OlFormatPercent
- Inheritance
-
OlFormatPercent
Fields
Name | Value | Description |
---|---|---|
olFormatPercentRounded | 1 | Displays formatted number values as integers, rounding all decimal values, using the group and decimal delimiters specified in the system's regional settings. For example, the value 4010.155 is displayed as "4,010%". |
olFormatPercent1Decimal | 2 | Displays formatted number values, including one fixed decimal place, using the group and decimal delimiters specified in the system's regional settings. For example, the value 4010.155 is displayed as "4,010.2%". |
olFormatPercent2Decimal | 3 | Displays formatted number values, including two fixed decimal places, using the group and decimal delimiters specified in the system's regional settings. For example, the value 4010.155 is displayed as "4,010.16%" |
olFormatPercentAllDigits | 4 | Displays formatted number values, including any decimal places specified in the value, using the group and decimal delimiters specified in the system's regional settings. For example, the value 4010.155 is displayed as "4,010.155%" |