ASP.NET MVC

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ftEnd - ASP.NETMVC API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ftEnd

    End of OBJ record.

    Inheritance
    System.Object
    ObjSubRecord
    ftEnd
    Implements
    System.ICloneable
    Inherited Members
    ObjSubRecord.HeaderSize
    ObjSubRecord.FillArray(DataProvider, Int32)
    ObjSubRecord.Serialize(DataProvider, Int32)
    ObjSubRecord.Clone()
    ObjSubRecord.Type
    ObjSubRecord.Length
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords
    Assembly: Syncfusion.XlsIO.Base.dll
    Syntax
    [CLSCompliant(false)]
    public class ftEnd : ObjSubRecord, ICloneable

    Constructors

    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 Description
    System.Int32
    Overrides
    ObjSubRecord.GetStoreSize(ExcelVersion)

    Parse(Byte[])

    Parses array of bytes.

    Declaration
    protected override void Parse(byte[] buffer)
    Parameters
    Type Name Description
    System.Byte[] buffer

    Array to parse.

    Overrides
    ObjSubRecord.Parse(Byte[])

    Implements

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