Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 1.45 KB

Outlook.OlFormatPercent.md

File metadata and controls

27 lines (20 loc) · 1.45 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
OlFormatPercent enumeration (Outlook)
vbaol11.chm3138
vbaol11.chm3138
Outlook.OlFormatPercent
f04c47fd-41b8-b593-63c8-b40ac28956b3
06/08/2017
medium

OlFormatPercent enumeration (Outlook)

Indicates the format used to display percent Outlook item properties.

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

[!includeSupport and feedback]