menu

ASP.NET Web Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum TObjSubRecordType

    Show / Hide Table of Contents

    Enum TObjSubRecordType

    To store an OBJ record in BIFF8, Microsoft Excel writes a collection of sub-records. The structure of a sub-record is identical to the structure of a BIFF record. Each sub-record begins with a 2-byte ID number ft (see the following table). Next a 2-byte length field, cb, specifies the length of the sub-record data field. The sub-record data field follows the length field. The first sub-record is always ftCmo (common object data) and the last sub-record is always ftEnd.

    Namespace: Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords
    Assembly: Syncfusion.XlsIO.Base.dll
    Syntax
    public enum TObjSubRecordType

    Fields

    Name Description
    ftButton

    Represents the ftButton subrecord type.

    ftCbls

    Represents the ftCbls subrecord type.

    ftCblsData

    Represents the ftCblsData subrecord type.

    ftCblsFmla

    Represents the ftCblsFmla subrecord type.

    ftCf

    Represents the ftCf subrecord type.

    ftCmo

    Represents the ftCmo subrecord type.

    ftEdoData

    Represents the ftEdoData subrecord type.

    ftEnd

    Represents the ftEnd subrecord type.

    ftGboData

    Represents the ftGboData subrecord type.

    ftGmo

    Represents the ftGmo subrecord type.

    ftLbsData

    Represents the ftLbsData subrecord type.

    ftMacro

    Represents the ftMacro subrecord type.

    ftNts

    Represents the ftNts subrecord type.

    ftPictFmla

    Represents the ftPictFmla subrecord type.

    ftPioGrbit

    Represents the ftPioGrbit subrecord type.

    ftRbo

    Represents the ftRbo subrecord type.

    ftRboData

    Represents the ftRboData subrecord type.

    ftSbs

    Represents the ftSbs subrecord type.

    ftSbsFormula

    Represents the ftSbsFmla subrecord type.

    Reserved0

    Represents the Reserved0 subrecord type.

    Reserved1

    Represents the Reserved1 subrecord type.

    Reserved2

    Represents the Reserved2 subrecord type.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved