XlDisplayUnit Enumeration

Indicates numeric units of measurement.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
<GuidAttribute("BF78D790-8DCF-4CF1-9CD4-4FCEB78EBE14")> _
Public Enumeration XlDisplayUnit
'Usage
Dim instance As XlDisplayUnit
[GuidAttribute("BF78D790-8DCF-4CF1-9CD4-4FCEB78EBE14")]
public enum XlDisplayUnit

Members

Member name Description
xlHundreds Specifies units of hundreds.
xlThousands Specifies units of thousands.
xlTenThousands Specifies units of tens of thousands.
xlHundredThousands Specifies units of hundreds of thousands.
xlMillions Specifies units of millions.
xlTenMillions Specifies units of tens of millions.
xlHundredMillions Specifies units of hundreds of millions.
xlThousandMillions Specifies units of thousands of millions.
xlMillionMillions Specifies units of mllions of millions.
xlDisplayUnitCustom Specifies custom units.
xlDisplayUnitNone No units are displayed.

See Also

Reference

Microsoft.Office.Core Namespace