Enum PropertyType
Enum PropertyType
Namespace: Aspose.Cells.Properties
Assembly: Aspose.Cells.dll (25.2.0)
Specifies data type of a document property.
public enum PropertyType
Fields
Blob = 5
The property is a byte array.
Boolean = 0
The property is a boolean value.
DateTime = 1
The property is a date time value.
Double = 2
The property is a floating number.
Number = 3
The property is an integer number.
String = 4
The property is a string value.