Enum TFieldType
Known field types to parser.
Namespace: Syncfusion.XlsIO.Parser.Biff_Records
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
public enum TFieldType
Fields
Name | Description |
---|---|
Bit | Represents the Bit field type. |
Float | Represents the Float field type. |
Integer | Represents the Integer field type. |
OEMString | Represents the OEMString field type. |
OEMString16Bit | Represents the OEMString16Bit field type. |
String | Represents the String field type. |
String16Bit | Represents the String16Bit field type. |