Class TFieldType
Known field types to parser.
Inheritance
System.Object
TFieldType
Namespace: Syncfusion.XlsIO.Parser.Biff_Records
Assembly: Syncfusion.XlsIO.UWP.dll
Syntax
public sealed class TFieldType : Enum
Fields
Bit
Represents the Bit field type.
Declaration
public const TFieldType Bit
Field Value
Type |
---|
TFieldType |
Float
Represents the Float field type.
Declaration
public const TFieldType Float
Field Value
Type |
---|
TFieldType |
Integer
Represents the Integer field type.
Declaration
public const TFieldType Integer
Field Value
Type |
---|
TFieldType |
OEMString
Represents the OEMString field type.
Declaration
public const TFieldType OEMString
Field Value
Type |
---|
TFieldType |
OEMString16Bit
Represents the OEMString16Bit field type.
Declaration
public const TFieldType OEMString16Bit
Field Value
Type |
---|
TFieldType |
String
Represents the String field type.
Declaration
public const TFieldType String
Field Value
Type |
---|
TFieldType |
String16Bit
Represents the String16Bit field type.
Declaration
public const TFieldType String16Bit
Field Value
Type |
---|
TFieldType |