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)

No code example is currently available or this language may not be supported.

Member nameDescription
xlHundredsYou should access and use this enumeration from the Excel primary interop assembly (PIA). Specifies units of hundreds.
xlThousandsYou should access and use this enumeration from the Excel primary interop assembly (PIA). Specifies units of thousands.
xlTenThousandsYou should access and use this enumeration from the Excel primary interop assembly (PIA). Specifies units of tens of thousands.
xlHundredThousandsYou should access and use this enumeration from the Excel primary interop assembly (PIA). Specifies units of hundreds of thousands.
xlMillionsYou should access and use this enumeration from the Excel primary interop assembly (PIA). Specifies units of millions.
xlTenMillionsYou should access and use this enumeration from the Excel primary interop assembly (PIA). Specifies units of tens of millions.
xlHundredMillionsYou should access and use this enumeration from the Excel primary interop assembly (PIA). Specifies units of hundreds of millions.
xlThousandMillionsYou should access and use this enumeration from the Excel primary interop assembly (PIA). Specifies units of thousands of millions.
xlMillionMillionsYou should access and use this enumeration from the Excel primary interop assembly (PIA). Specifies units of millions of millions.
xlDisplayUnitCustomYou should access and use this enumeration from the Excel primary interop assembly (PIA). Specifies custom units.
xlDisplayUnitNoneYou should access and use this enumeration from the Excel primary interop assembly (PIA). No units are displayed.
Show: