Enum BOFRecord.TType
This enum that describes all possible data after this BOF record.
Namespace: Syncfusion.XlsIO.Parser.Biff_Records
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
public enum TType
Fields
Name | Description |
---|---|
TYPE_CHART | Represents the chart data. |
TYPE_EXCEL_4_MACRO | Represents the excel_4_macro data. |
TYPE_VB_MODULE | Represents the vb_module data. |
TYPE_WORKBOOK | Represents the workbook data. |
TYPE_WORKSHEET | Represents the worksheet data. |
TYPE_WORKSPACE_FILE | Represents the workspace file data. |