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
Namespace: Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
public sealed class TObjSubRecordType : Enum
Fields
ftButton
Represents the ftButton subrecord type.
Declaration
public const TObjSubRecordType ftButton
Field Value
Type |
---|
TObjSubRecordType |
ftCbls
Represents the ftCbls subrecord type.
Declaration
public const TObjSubRecordType ftCbls
Field Value
Type |
---|
TObjSubRecordType |
ftCblsData
Represents the ftCblsData subrecord type.
Declaration
public const TObjSubRecordType ftCblsData
Field Value
Type |
---|
TObjSubRecordType |
ftCblsFmla
Represents the ftCblsFmla subrecord type.
Declaration
public const TObjSubRecordType ftCblsFmla
Field Value
Type |
---|
TObjSubRecordType |
ftCf
Represents the ftCf subrecord type.
Declaration
public const TObjSubRecordType ftCf
Field Value
Type |
---|
TObjSubRecordType |
ftCmo
Represents the ftCmo subrecord type.
Declaration
public const TObjSubRecordType ftCmo
Field Value
Type |
---|
TObjSubRecordType |
ftEdoData
Represents the ftEdoData subrecord type.
Declaration
public const TObjSubRecordType ftEdoData
Field Value
Type |
---|
TObjSubRecordType |
ftEnd
Represents the ftEnd subrecord type.
Declaration
public const TObjSubRecordType ftEnd
Field Value
Type |
---|
TObjSubRecordType |
ftGboData
Represents the ftGboData subrecord type.
Declaration
public const TObjSubRecordType ftGboData
Field Value
Type |
---|
TObjSubRecordType |
ftGmo
Represents the ftGmo subrecord type.
Declaration
public const TObjSubRecordType ftGmo
Field Value
Type |
---|
TObjSubRecordType |
ftLbsData
Represents the ftLbsData subrecord type.
Declaration
public const TObjSubRecordType ftLbsData
Field Value
Type |
---|
TObjSubRecordType |
ftMacro
Represents the ftMacro subrecord type.
Declaration
public const TObjSubRecordType ftMacro
Field Value
Type |
---|
TObjSubRecordType |
ftNts
Represents the ftNts subrecord type.
Declaration
public const TObjSubRecordType ftNts
Field Value
Type |
---|
TObjSubRecordType |
ftPictFmla
Represents the ftPictFmla subrecord type.
Declaration
public const TObjSubRecordType ftPictFmla
Field Value
Type |
---|
TObjSubRecordType |
ftPioGrbit
Represents the ftPioGrbit subrecord type.
Declaration
public const TObjSubRecordType ftPioGrbit
Field Value
Type |
---|
TObjSubRecordType |
ftRbo
Represents the ftRbo subrecord type.
Declaration
public const TObjSubRecordType ftRbo
Field Value
Type |
---|
TObjSubRecordType |
ftRboData
Represents the ftRboData subrecord type.
Declaration
public const TObjSubRecordType ftRboData
Field Value
Type |
---|
TObjSubRecordType |
ftSbs
Represents the ftSbs subrecord type.
Declaration
public const TObjSubRecordType ftSbs
Field Value
Type |
---|
TObjSubRecordType |
ftSbsFormula
Represents the ftSbsFmla subrecord type.
Declaration
public const TObjSubRecordType ftSbsFormula
Field Value
Type |
---|
TObjSubRecordType |
Reserved0
Represents the Reserved0 subrecord type.
Declaration
public const TObjSubRecordType Reserved0
Field Value
Type |
---|
TObjSubRecordType |
Reserved1
Represents the Reserved1 subrecord type.
Declaration
public const TObjSubRecordType Reserved1
Field Value
Type |
---|
TObjSubRecordType |
Reserved2
Represents the Reserved2 subrecord type.
Declaration
public const TObjSubRecordType Reserved2
Field Value
Type |
---|
TObjSubRecordType |