Class ftEnd
End of OBJ record.
Implements
System.ICloneable
  Inherited Members
Namespace: Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords
Assembly: Syncfusion.XlsIO.Portable.dll
Syntax
public class ftEnd : ObjSubRecord, ICloneableConstructors
ftEnd()
Default constructor.
Declaration
public ftEnd()ftEnd(TObjSubRecordType, UInt16, Byte[])
Creates new instance of the subrecord.
Declaration
public ftEnd(TObjSubRecordType type, ushort length, byte[] buffer)Parameters
| Type | Name | Description | 
|---|---|---|
| TObjSubRecordType | type | Type of the subrecord. | 
| System.UInt16 | length | Length of the subrecord's data. | 
| System.Byte[] | buffer | Array that contains subrecord's data. | 
Methods
GetStoreSize(ExcelVersion)
Size of the required storage space. Read-only.
Declaration
public override int GetStoreSize(ExcelVersion version)Parameters
| Type | Name | Description | 
|---|---|---|
| ExcelVersion | version | 
Returns
| Type | 
|---|
| System.Int32 | 
Overrides
Parse(Byte[])
Parses array of bytes.
Declaration
protected override void Parse(byte[] buffer)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Byte[] | buffer | Array to parse. | 
Overrides
Implements
      System.ICloneable