Enum GridMsoDrawingType
GridMsoDrawingType enumeration
Represents office drawing objects type.
public enum GridMsoDrawingType
Values
Name | Value | Description |
---|---|---|
Group | 0 | |
Line | 1 | |
Rectangle | 2 | |
Oval | 3 | |
Arc | 4 | |
Chart | 5 | |
TextBox | 6 | |
Button | 7 | |
Picture | 8 | |
Polygon | 9 | |
CheckBox | 11 | |
RadioButton | 12 | |
Label | 14 | |
DialogBox | 15 | |
Spinner | 16 | |
ScrollBar | 17 | |
ListBox | 18 | |
GroupBox | 19 | |
ComboBox | 20 | |
Comment | 25 | |
OleObject | 24 | |
CellsDrawing | 30 | Only for preserving the drawing object in the template file. |
Unknown | 29 | Only for preserving the drawing object in the xlsx file. |
See Also
- namespace Aspose.Cells.GridWeb.Data
- assembly Aspose.Cells.GridWeb