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 : Enum
  Fields
AsciiString
Indicates a string terminated by a null.
Declaration
public const PropertyType AsciiString
  Field Value
| Type | 
|---|
| PropertyType | 
AsciiStringArray
Indicates an array of strings.
Declaration
public const PropertyType AsciiStringArray
  Field Value
| Type | 
|---|
| PropertyType | 
Blob
Indicates length prefixed bytes.
Declaration
public const PropertyType Blob
  Field Value
| Type | 
|---|
| PropertyType | 
Bool
Indicates a Boolean value.
Declaration
public const PropertyType Bool
  Field Value
| Type | 
|---|
| PropertyType | 
ClipboardData
Indicates clipboard data.
Declaration
public const PropertyType ClipboardData
  Field Value
| Type | 
|---|
| PropertyType | 
DateTime
Indicates a FILETIME value.
Declaration
public const PropertyType DateTime
  Field Value
| Type | 
|---|
| PropertyType | 
Double
Indicates a double value.
Declaration
public const PropertyType Double
  Field Value
| Type | 
|---|
| PropertyType | 
Empty
Indicates an empty value.
Declaration
public const PropertyType Empty
  Field Value
| Type | 
|---|
| PropertyType | 
Int
Indicates an integer value.
Declaration
public const PropertyType Int
  Field Value
| Type | 
|---|
| PropertyType | 
Int16
Indicates a 2-bytes signed interger value.
Declaration
public const PropertyType Int16
  Field Value
| Type | 
|---|
| PropertyType | 
Int32
Indicates a 4-bytes signed integer value.
Declaration
public const PropertyType Int32
  Field Value
| Type | 
|---|
| PropertyType | 
Null
Indicates null value.
Declaration
public const PropertyType Null
  Field Value
| Type | 
|---|
| PropertyType | 
Object
Indicates an object.
Declaration
public const PropertyType Object
  Field Value
| Type | 
|---|
| PropertyType | 
ObjectArray
Indicates an array of objects. Supported types are string and integer values.
Declaration
public const PropertyType ObjectArray
  Field Value
| Type | 
|---|
| PropertyType | 
String
Indicates a wide string terminated by a null.
Declaration
public const PropertyType String
  Field Value
| Type | 
|---|
| PropertyType | 
StringArray
Indicates an array of strings.
Declaration
public const PropertyType StringArray
  Field Value
| Type | 
|---|
| PropertyType | 
UInt32
Indicates a 4-bytes unsigned interger value.
Declaration
public const PropertyType UInt32
  Field Value
| Type | 
|---|
| PropertyType | 
Vector
Indicates a simple, counted array.
Declaration
public const PropertyType Vector
  Field Value
| Type | 
|---|
| PropertyType |