menu

Class HeaderContinueRecordBuilder - WinUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class HeaderContinueRecordBuilder

    Special class for building Continue Records.

    Inheritance
    System.Object
    Syncfusion.XlsIO.Parser.Biff_Records.ContinueRecordBuilder
    HeaderContinueRecordBuilder
    Namespace: Syncfusion.XlsIO.Parser.Biff_Records
    Assembly: Syncfusion.XlsIO.NET.dll
    Syntax
    public class HeaderContinueRecordBuilder : ContinueRecordBuilder

    Constructors

    HeaderContinueRecordBuilder(BiffContinueRecordRaw)

    Declaration
    public HeaderContinueRecordBuilder(BiffContinueRecordRaw parent)
    Parameters
    Type Name Description
    BiffContinueRecordRaw parent

    Properties

    MaximumSize

    Maximum size of the continue record data.

    Declaration
    public override int MaximumSize { get; }
    Property Value
    Type
    System.Int32
    Overrides
    Syncfusion.XlsIO.Parser.Biff_Records.ContinueRecordBuilder.MaximumSize

    Methods

    AppendBytes(Byte[], Int32, Int32)

    Write array of data into output stream.

    Declaration
    public override int AppendBytes(byte[] data, int start, int length)
    Parameters
    Type Name Description
    System.Byte[] data

    Array of data.

    System.Int32 start

    Start index of an array.

    System.Int32 length

    Length of data to copy.

    Returns
    Type Description
    System.Int32

    Quantity of created Continue Records.

    Overrides
    Syncfusion.XlsIO.Parser.Biff_Records.ContinueRecordBuilder.AppendBytes(System.Byte[], System.Int32, System.Int32)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved