TShapeOptionType Enumeration
Returns the type of option type.
Syntax
Unit: FlexCel.Core
Members
Name |
Value |
Description |
FixedPoint |
0 |
A fixed point number stored as 16.16.
|
SignedInt |
1 |
An integer value.
|
UnsignedInt |
2 |
A positive integer value.
|
Hyperlink |
3 |
An Hyperlink |
Bool |
4 |
A boolean |
String |
5 |
A string.
|
ByteArray |
6 |
An array of bytes.
|
Image |
7 |
An image |
Unknown |
8 |
Unknown property |