Click or drag to resize

ExcelShapeType Enumeration

Excel shapes.

Namespace: Spire.Xls
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public enum ExcelShapeType
Members
Member name Value Description
Unknown 0 Represents the Unknown shape type.
Chart 3 Represents the Chart shape type.
Comment 4 Represents the Comment shape type.
Group 6 Represents the Group shape type.
EmbeddedOLEObject 7 Represents the EmbeddedOLEObject shape type.
FormControl 8 Represents the FormControl shape type.
Picture 13 Represents the Picture shape type.
TextBox 17 Represents the TextBox shape type.
Oval 22 Represents the Oval shape type.
PrstGomShape 24 Represents the Preset Geom shape type.
OleObject 7
Arc 260
ScrollBar 273
Button 263
Line 1
Rectangle 2
Polygon 9
CheckBox 11
RadioButton 12
Label 14
DialogBox 15
Spinner 16
ListBox 18
GroupBox 19
ComboBox 20
CellsDrawing 30 Only for preserving the drawing object in the template file.
See Also