Class BOFRecord.TType
This enum that describes all possible data after this BOF record.
Inheritance
System.Object
BOFRecord.TType
Namespace: Syncfusion.XlsIO.Parser.Biff_Records
Assembly: Syncfusion.XlsIO.UWP.dll
Syntax
public sealed class TType : Enum
Fields
TYPE_CHART
Represents the chart data.
Declaration
public const BOFRecord.TType TYPE_CHART
Field Value
Type |
---|
BOFRecord.TType |
TYPE_EXCEL_4_MACRO
Represents the excel_4_macro data.
Declaration
public const BOFRecord.TType TYPE_EXCEL_4_MACRO
Field Value
Type |
---|
BOFRecord.TType |
TYPE_VB_MODULE
Represents the vb_module data.
Declaration
public const BOFRecord.TType TYPE_VB_MODULE
Field Value
Type |
---|
BOFRecord.TType |
TYPE_WORKBOOK
Represents the workbook data.
Declaration
public const BOFRecord.TType TYPE_WORKBOOK
Field Value
Type |
---|
BOFRecord.TType |
TYPE_WORKSHEET
Represents the worksheet data.
Declaration
public const BOFRecord.TType TYPE_WORKSHEET
Field Value
Type |
---|
BOFRecord.TType |
TYPE_WORKSPACE_FILE
Represents the workspace file data.
Declaration
public const BOFRecord.TType TYPE_WORKSPACE_FILE
Field Value
Type |
---|
BOFRecord.TType |