BuiltInUnitValues Enumeration
Built-In Unit
Namespace: DocumentFormat.OpenXml.Drawing.Charts
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'宣言
Public Enumeration BuiltInUnitValues
'使用
Dim instance As BuiltInUnitValues
public enum BuiltInUnitValues
Members
Member name | Description | |
---|---|---|
Hundreds | Hundreds. When the item is serialized out as xml, its value is "hundreds". | |
Thousands | Thousands. When the item is serialized out as xml, its value is "thousands". | |
TenThousands | Ten Thousands. When the item is serialized out as xml, its value is "tenThousands". | |
HundredThousands | Hundred Thousands. When the item is serialized out as xml, its value is "hundredThousands". | |
Millions | Millions. When the item is serialized out as xml, its value is "millions". | |
TenMillions | Ten Millions. When the item is serialized out as xml, its value is "tenMillions". | |
HundredMillions | Hundred Millions. When the item is serialized out as xml, its value is "hundredMillions". | |
Billions | Billions. When the item is serialized out as xml, its value is "billions". | |
Trillions | Trillions. When the item is serialized out as xml, its value is "trillions". |