Aspose::Cells::Drawing::MsoDrawingType enum

MsoDrawingType enum

Represents office drawing objects type.

enum class MsoDrawingType

Values

NameValueDescription
Group0
Group.
Line1
Line.
Rectangle2
Rectangle.
Oval3
Oval.
Arc4
Arc.
Chart5
Chart.
TextBox6
TextBox.
Button7
Button.
Picture8
Picture.
Polygon9
Polygon.
CheckBox11
CheckBox.
RadioButton12
RadioButton.
Label14
Label.
Dialog_Box15
DialogBox.
Spinner16
Spinner.
ScrollBar17
ScrollBar.
ListBox18
ListBox.
GroupBox19
GroupBox.
ComboBox20
ComboBox.
Comment25
Comment.
OleObject24
OleObject.
CellsDrawing30
Only for preserving the drawing object in the template file.
Unknown29
Only for preserving the drawing object in the xlsx file.
Slicer31
Slicer.
WebExtension32
Web extension.
SmartArt33
Smart Art.
CustomXml34
Custom xml shape ,such as Ink.
Timeline35
Timeline.
Model3D36
3D Model

See Also