Click or drag to resize

PropertyType Enumeration

Enumeration with all supported property types.

Namespace: Spire.Xls
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
[FlagsAttribute]
public enum PropertyType
Members
Member name Value Description
Bool 11 Indicates a Boolean value.
Int 22 Indicates an integer value.
Int32 3 Indicates an 4-bytes signed integer value.
Int16 2 Indicates a wide string terminated by a null.
UInt32 19 Indicates a 4-bytes unsigned interger value.
String 31 Indicates a wide string terminated by a null.
AsciiString 30 Indicates a FILETIME value.
DateTime 64 Indicates a FILETIME value.
Blob 65 Indicates length prefixed bytes.
Vector 4096 Indicates a simple, counted array.
Object 12 Indicates an object.
Double 5 Indicates a double value.
Empty 0 Indicates an array of strings.
Null 1 Indicates null value.
ClipboardData 71 Indicates clipboard data.
AsciiStringArray 4126 Indicates an array of strings.
StringArray 4127 Indicates an array of strings.
ObjectArray 4108 Indicates an array of objects. Supported types are string and integer values.
See Also