Class PropertyType
Enumeration with all supported property types.
Inheritance
System.Object
    PropertyType
  Namespace: Syncfusion.CompoundFile.XlsIO
Assembly: Syncfusion.XlsIO.Portable.dll
Syntax
public sealed class PropertyType : EnumFields
AsciiString
Indicates a string terminated by a null.
Declaration
public const PropertyType AsciiStringField Value
| Type | 
|---|
| PropertyType | 
AsciiStringArray
Indicates an array of strings.
Declaration
public const PropertyType AsciiStringArrayField Value
| Type | 
|---|
| PropertyType | 
Blob
Indicates length prefixed bytes.
Declaration
public const PropertyType BlobField Value
| Type | 
|---|
| PropertyType | 
Bool
Indicates a Boolean value.
Declaration
public const PropertyType BoolField Value
| Type | 
|---|
| PropertyType | 
ClipboardData
Indicates clipboard data.
Declaration
public const PropertyType ClipboardDataField Value
| Type | 
|---|
| PropertyType | 
DateTime
Indicates a FILETIME value.
Declaration
public const PropertyType DateTimeField Value
| Type | 
|---|
| PropertyType | 
Double
Indicates a double value.
Declaration
public const PropertyType DoubleField Value
| Type | 
|---|
| PropertyType | 
Empty
Indicates an empty value.
Declaration
public const PropertyType EmptyField Value
| Type | 
|---|
| PropertyType | 
Int
Indicates an integer value.
Declaration
public const PropertyType IntField Value
| Type | 
|---|
| PropertyType | 
Int16
Indicates a 2-bytes signed interger value.
Declaration
public const PropertyType Int16Field Value
| Type | 
|---|
| PropertyType | 
Int32
Indicates a 4-bytes signed integer value.
Declaration
public const PropertyType Int32Field Value
| Type | 
|---|
| PropertyType | 
Null
Indicates null value.
Declaration
public const PropertyType NullField Value
| Type | 
|---|
| PropertyType | 
Object
Indicates an object.
Declaration
public const PropertyType ObjectField Value
| Type | 
|---|
| PropertyType | 
ObjectArray
Indicates an array of objects. Supported types are string and integer values.
Declaration
public const PropertyType ObjectArrayField Value
| Type | 
|---|
| PropertyType | 
String
Indicates a wide string terminated by a null.
Declaration
public const PropertyType StringField Value
| Type | 
|---|
| PropertyType | 
StringArray
Indicates an array of strings.
Declaration
public const PropertyType StringArrayField Value
| Type | 
|---|
| PropertyType | 
UInt32
Indicates a 4-bytes unsigned interger value.
Declaration
public const PropertyType UInt32Field Value
| Type | 
|---|
| PropertyType | 
Vector
Indicates a simple, counted array.
Declaration
public const PropertyType VectorField Value
| Type | 
|---|
| PropertyType |