Xamarin.Forms

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

    Show / Hide Table of Contents

    Class 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.

    Inheritance
    System.Object
    TObjSubRecordType
    Namespace: Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords
    Assembly: Syncfusion.XlsIO.Portable.dll
    Syntax
    public sealed class TObjSubRecordType : Enum

    Fields

    ftButton

    Represents the ftButton subrecord type.

    Declaration
    public const TObjSubRecordType ftButton
    Field Value
    Type Description
    TObjSubRecordType

    ftCbls

    Represents the ftCbls subrecord type.

    Declaration
    public const TObjSubRecordType ftCbls
    Field Value
    Type Description
    TObjSubRecordType

    ftCblsData

    Represents the ftCblsData subrecord type.

    Declaration
    public const TObjSubRecordType ftCblsData
    Field Value
    Type Description
    TObjSubRecordType

    ftCblsFmla

    Represents the ftCblsFmla subrecord type.

    Declaration
    public const TObjSubRecordType ftCblsFmla
    Field Value
    Type Description
    TObjSubRecordType

    ftCf

    Represents the ftCf subrecord type.

    Declaration
    public const TObjSubRecordType ftCf
    Field Value
    Type Description
    TObjSubRecordType

    ftCmo

    Represents the ftCmo subrecord type.

    Declaration
    public const TObjSubRecordType ftCmo
    Field Value
    Type Description
    TObjSubRecordType

    ftEdoData

    Represents the ftEdoData subrecord type.

    Declaration
    public const TObjSubRecordType ftEdoData
    Field Value
    Type Description
    TObjSubRecordType

    ftEnd

    Represents the ftEnd subrecord type.

    Declaration
    public const TObjSubRecordType ftEnd
    Field Value
    Type Description
    TObjSubRecordType

    ftGboData

    Represents the ftGboData subrecord type.

    Declaration
    public const TObjSubRecordType ftGboData
    Field Value
    Type Description
    TObjSubRecordType

    ftGmo

    Represents the ftGmo subrecord type.

    Declaration
    public const TObjSubRecordType ftGmo
    Field Value
    Type Description
    TObjSubRecordType

    ftLbsData

    Represents the ftLbsData subrecord type.

    Declaration
    public const TObjSubRecordType ftLbsData
    Field Value
    Type Description
    TObjSubRecordType

    ftMacro

    Represents the ftMacro subrecord type.

    Declaration
    public const TObjSubRecordType ftMacro
    Field Value
    Type Description
    TObjSubRecordType

    ftNts

    Represents the ftNts subrecord type.

    Declaration
    public const TObjSubRecordType ftNts
    Field Value
    Type Description
    TObjSubRecordType

    ftPictFmla

    Represents the ftPictFmla subrecord type.

    Declaration
    public const TObjSubRecordType ftPictFmla
    Field Value
    Type Description
    TObjSubRecordType

    ftPioGrbit

    Represents the ftPioGrbit subrecord type.

    Declaration
    public const TObjSubRecordType ftPioGrbit
    Field Value
    Type Description
    TObjSubRecordType

    ftRbo

    Represents the ftRbo subrecord type.

    Declaration
    public const TObjSubRecordType ftRbo
    Field Value
    Type Description
    TObjSubRecordType

    ftRboData

    Represents the ftRboData subrecord type.

    Declaration
    public const TObjSubRecordType ftRboData
    Field Value
    Type Description
    TObjSubRecordType

    ftSbs

    Represents the ftSbs subrecord type.

    Declaration
    public const TObjSubRecordType ftSbs
    Field Value
    Type Description
    TObjSubRecordType

    ftSbsFormula

    Represents the ftSbsFmla subrecord type.

    Declaration
    public const TObjSubRecordType ftSbsFormula
    Field Value
    Type Description
    TObjSubRecordType

    Reserved0

    Represents the Reserved0 subrecord type.

    Declaration
    public const TObjSubRecordType Reserved0
    Field Value
    Type Description
    TObjSubRecordType

    Reserved1

    Represents the Reserved1 subrecord type.

    Declaration
    public const TObjSubRecordType Reserved1
    Field Value
    Type Description
    TObjSubRecordType

    Reserved2

    Represents the Reserved2 subrecord type.

    Declaration
    public const TObjSubRecordType Reserved2
    Field Value
    Type Description
    TObjSubRecordType

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved