OlFormatPercent Enumeration

Indicates the format used to display percent Outlook item properties.

Version Information

Version Added: Outlook 2007

Name

Value

Description

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%"

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%".