Click or drag to resize

ObjectTypeValues Enumeration

Defines the ObjectTypeValues enumeration.

Namespace: DocumentFormat.OpenXml.Office2010.Excel
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll) Version: 2.20.0+Branch.release-v2.20.0.Sha.a873d3fbff9bffe179fea62486da950adf5be65d.a873d3fbff9bffe179fea62486da950adf5be65d
Syntax
public enum ObjectTypeValues
Members
Member nameValueDescription
Button0 Button.

When the item is serialized out as xml, its value is "Button".

CheckBox1 CheckBox.

When the item is serialized out as xml, its value is "CheckBox".

Drop2 Drop.

When the item is serialized out as xml, its value is "Drop".

GroupBox3 GBox.

When the item is serialized out as xml, its value is "GBox".

Label4 Label.

When the item is serialized out as xml, its value is "Label".

List5 List.

When the item is serialized out as xml, its value is "List".

Radio6 Radio.

When the item is serialized out as xml, its value is "Radio".

Scroll7 Scroll.

When the item is serialized out as xml, its value is "Scroll".

Spin8 Spin.

When the item is serialized out as xml, its value is "Spin".

EditBox9 EditBox.

When the item is serialized out as xml, its value is "EditBox".

Dialog10 Dialog.

When the item is serialized out as xml, its value is "Dialog".

See Also