Enum MsoDrawingType

MsoDrawingType enumeration

Represents office drawing objects type.

public enum MsoDrawingType

Values

NameValueDescription
Group0Group
Line1Line
Rectangle2Rectangle
Oval3Oval
Arc4Arc
Chart5Chart
TextBox6TextBox
Button7Button
Picture8Picture
Polygon9Polygon
CheckBox11CheckBox
RadioButton12RadioButton
Label14Label
DialogBox15DialogBox
Spinner16Spinner
ScrollBar17ScrollBar
ListBox18ListBox
GroupBox19GroupBox
ComboBox20ComboBox
Comment25Comment
OleObject24OleObject
CellsDrawing30Only for preserving the drawing object in the template file.
Unknown29Only for preserving the drawing object in the xlsx file.
Slicer31Slicer
WebExtension32Web extension
SmartArt33Smart Art
CustomXml34Custom xml shape ,such as Ink.
Timeline35Timeline
Model3D363D Model

See Also