ObjectTypeValues Enumeration
Defines the ObjectTypeValues enumeration.
Namespace: DocumentFormat.OpenXml.Office2010.Excel
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
声明
Public Enumeration ObjectTypeValues
用法
Dim instance As ObjectTypeValues
public enum ObjectTypeValues
Members
Member name | Description | |
---|---|---|
Button | Button. When the item is serialized out as xml, its value is "Button". | |
CheckBox | CheckBox. When the item is serialized out as xml, its value is "CheckBox". | |
Drop | Drop. When the item is serialized out as xml, its value is "Drop". | |
GroupBox | GBox. When the item is serialized out as xml, its value is "GBox". | |
Label | Label. When the item is serialized out as xml, its value is "Label". | |
List | List. When the item is serialized out as xml, its value is "List". | |
Radio | Radio. When the item is serialized out as xml, its value is "Radio". | |
Scroll | Scroll. When the item is serialized out as xml, its value is "Scroll". | |
Spin | Spin. When the item is serialized out as xml, its value is "Spin". | |
EditBox | EditBox. When the item is serialized out as xml, its value is "EditBox". |