OlFormatPercent Enumeration
Indicates the format used to display percent Outlook item properties.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
Public Enumeration OlFormatPercent
'Usage
Dim instance As OlFormatPercent
public enum OlFormatPercent
Members
Member name | Description | |
---|---|---|
olFormatPercentRounded | 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 | 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 | 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 | 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%" |