XlDisplayUnit Enumeration
Specifies the display unit label for an axis.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Public Enumeration XlDisplayUnit
'Usage
Dim instance As XlDisplayUnit
public enum XlDisplayUnit
Members
Member name | Description | |
---|---|---|
xlHundreds | Hundreds. | |
xlThousands | Thousands. | |
xlTenThousands | Tens of thousands. | |
xlHundredThousands | Hundreds of thousands. | |
xlMillions | Millions. | |
xlTenMillions | Tens of millions. | |
xlHundredMillions | Hundreds of millions. | |
xlThousandMillions | Thousands of millions. | |
xlMillionMillions | Millions of millions. |