XlDisplayUnit 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.
You should access and use this enumeration from the Excel primary interop assembly (PIA). Indicates numeric units of measurement.
public enum class XlDisplayUnit
[System.Runtime.InteropServices.Guid("BF78D790-8DCF-4CF1-9CD4-4FCEB78EBE14")]
public enum XlDisplayUnit
[<System.Runtime.InteropServices.Guid("BF78D790-8DCF-4CF1-9CD4-4FCEB78EBE14")>]
type XlDisplayUnit =
Public Enum XlDisplayUnit
- Inheritance
-
XlDisplayUnit
- Attributes
Fields
Name | Value | Description |
---|---|---|
xlDisplayUnitNone | -4142 | You should access and use this enumeration from the Excel primary interop assembly (PIA). No units are displayed. |
xlDisplayUnitCustom | -4114 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Specifies custom units. |
xlMillionMillions | -10 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Specifies units of millions of millions. |
xlThousandMillions | -9 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Specifies units of thousands of millions. |
xlHundredMillions | -8 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Specifies units of hundreds of millions. |
xlTenMillions | -7 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Specifies units of tens of millions. |
xlMillions | -6 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Specifies units of millions. |
xlHundredThousands | -5 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Specifies units of hundreds of thousands. |
xlTenThousands | -4 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Specifies units of tens of thousands. |
xlThousands | -3 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Specifies units of thousands. |
xlHundreds | -2 | You should access and use this enumeration from the Excel primary interop assembly (PIA). Specifies units of hundreds. |