Aspose::Cells::Properties::PropertyType enum

PropertyType enum

Specifies data type of a document property.

enum class PropertyType

Values

NameValueDescription
Boolean0
The property is a boolean value.
DateTime1
The property is a date time value.
Double2
The property is a floating number.
Number3
The property is an integer number.
String4
The property is a string value.
Blob5
The property is a byte array.

See Also