XlDisplayUnit enumeration
Office 2013 and later
You should access and use this enumeration from the Excel primary interop assembly (PIA).
Indicates numeric units of measurement.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
| Member name | Description | |
|---|---|---|
| xlHundreds | You should access and use this enumeration from the Excel primary interop assembly (PIA). Specifies units of hundreds. | |
| xlThousands | You should access and use this enumeration from the Excel primary interop assembly (PIA). Specifies units of thousands. | |
| xlTenThousands | You should access and use this enumeration from the Excel primary interop assembly (PIA). Specifies units of tens of thousands. | |
| xlHundredThousands | You should access and use this enumeration from the Excel primary interop assembly (PIA). Specifies units of hundreds of thousands. | |
| xlMillions | You should access and use this enumeration from the Excel primary interop assembly (PIA). Specifies units of millions. | |
| xlTenMillions | You should access and use this enumeration from the Excel primary interop assembly (PIA). Specifies units of tens of millions. | |
| xlHundredMillions | You should access and use this enumeration from the Excel primary interop assembly (PIA). Specifies units of hundreds of millions. | |
| xlThousandMillions | You should access and use this enumeration from the Excel primary interop assembly (PIA). Specifies units of thousands of millions. | |
| xlMillionMillions | You should access and use this enumeration from the Excel primary interop assembly (PIA). Specifies units of millions of millions. | |
| xlDisplayUnitCustom | You should access and use this enumeration from the Excel primary interop assembly (PIA). Specifies custom units. | |
| xlDisplayUnitNone | You should access and use this enumeration from the Excel primary interop assembly (PIA). No units are displayed. |
Show: