Freigeben über


ObjectTypeValues-Enumeration

Defines the ObjectTypeValues enumeration.

Namespace:  DocumentFormat.OpenXml.Office2010.Excel
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Enumeration ObjectTypeValues
'Usage
Dim instance As ObjectTypeValues
public enum ObjectTypeValues

Member

Membername Beschreibung
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".

Siehe auch

Referenz

DocumentFormat.OpenXml.Office2010.Excel-Namespace