Namespace: Spire.Xls
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public enum ExcelShapeType
Public Enumeration ExcelShapeType
public enum class ExcelShapeType
type ExcelShapeType
Members
| Member | Value | Description |
|---|---|---|
| Unknown | 0 | |
| Chart | 3 | |
| Comment | 4 | |
| Group | 6 | |
| EmbeddedOLEObject | 7 | |
| FormControl | 8 | |
| Picture | 13 | |
| TextBox | 17 | |
| Oval | 22 | |
| PrstGomShape | 24 | |
| 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 |