TObjectType Enumeration
A type of object. Do not confuse this with a type of shape ( TShapeType ) This does not describe the shape form (like if it is a rectangle or a circle) but the shape kind (for example if it is a comment, an image or an autoshape)
Syntax
Unit: FlexCel.Core
Members
Name |
Value |
Description |
Undefined |
-1 |
Unknown object type. |
Group |
0 |
|
Line |
1 |
|
Rectangle |
2 |
|
Oval |
3 |
|
Arc |
4 |
|
Chart |
5 |
|
Text |
6 |
|
Button |
7 |
|
Picture |
8 |
An image inserted on Excel |
Polygon |
9 |
|
CheckBox |
11 |
|
OptionButton |
12 |
|
EditBox |
13 |
|
LabelObj |
14 |
|
DialogBox |
15 |
|
Spinner |
16 |
|
ScrollBar |
17 |
|
ListBox |
18 |
|
GroupBox |
19 |
|
ComboBox |
20 |
|
Comment |
25 |
|
MicrosoftOfficeDrawing |
30 |
|