XlDisplayUnit Enum

Definition

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

xlDisplayUnitCustom -4114

You should access and use this enumeration from the Excel primary interop assembly (PIA). Specifies custom units.

xlDisplayUnitNone -4142

You should access and use this enumeration from the Excel primary interop assembly (PIA). No units are displayed.

xlHundredMillions -8

You should access and use this enumeration from the Excel primary interop assembly (PIA). Specifies units of hundreds of millions.

xlHundreds -2

You should access and use this enumeration from the Excel primary interop assembly (PIA). Specifies units of hundreds.

xlHundredThousands -5

You should access and use this enumeration from the Excel primary interop assembly (PIA). Specifies units of hundreds of thousands.

xlMillionMillions -10

You should access and use this enumeration from the Excel primary interop assembly (PIA). Specifies units of millions of millions.

xlMillions -6

You should access and use this enumeration from the Excel primary interop assembly (PIA). Specifies units of millions.

xlTenMillions -7

You should access and use this enumeration from the Excel primary interop assembly (PIA). Specifies units of tens of millions.

xlTenThousands -4

You should access and use this enumeration from the Excel primary interop assembly (PIA). Specifies units of tens of thousands.

xlThousandMillions -9

You should access and use this enumeration from the Excel primary interop assembly (PIA). Specifies units of thousands of millions.

xlThousands -3

You should access and use this enumeration from the Excel primary interop assembly (PIA). Specifies units of thousands.

Applies to