ObjectTypeValues enumeration

Office 2013 and later

Defines the ObjectTypeValues enumeration.

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

No code example is currently available or this language may not be supported.

Member nameDescription
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".
Dialog Dialog. When the item is serialized out as xml, its value is "Dialog".
Show: