Xamarin.Android

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

    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.Portable.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 Description
    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 - 2023 Syncfusion Inc. All Rights Reserved