ASP.NET Core

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

    Show / Hide Table of Contents

    Class ftRboData

    Common object data.

    Inheritance
    System.Object
    ObjSubRecord
    ftRboData
    Implements
    System.ICloneable
    Inherited Members
    ObjSubRecord.HeaderSize
    ObjSubRecord.Serialize(DataProvider, Int32)
    ObjSubRecord.Clone()
    ObjSubRecord.Type
    ObjSubRecord.Length
    Namespace: Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords
    Assembly: Syncfusion.XlsIO.Portable.dll
    Syntax
    public class ftRboData : ObjSubRecord, ICloneable

    Constructors

    ftRboData()

    Default constructor.

    Declaration
    public ftRboData()

    ftRboData(UInt16, Byte[])

    Initialize new instance.

    Declaration
    public ftRboData(ushort length, byte[] buffer)
    Parameters
    Type Name Description
    System.UInt16 length

    Length of the subrecord's data.

    System.Byte[] buffer

    Array that contains subrecord's data.

    Properties

    IsFirstButton

    Indicates whether object is First Button in the group.

    Declaration
    public bool IsFirstButton { get; set; }
    Property Value
    Type Description
    System.Boolean

    NextButton

    Indicates Next Button in the Group.

    Declaration
    public byte NextButton { get; set; }
    Property Value
    Type Description
    System.Byte

    Methods

    FillArray(DataProvider, Int32)

    Fills array with binary representation of the subrecord.

    Declaration
    public override void FillArray(DataProvider provider, int iOffset)
    Parameters
    Type Name Description
    DataProvider provider

    Object that provides access to the data.

    System.Int32 iOffset

    Offset in the buffer to copy data to.

    Overrides
    ObjSubRecord.FillArray(DataProvider, Int32)

    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 byte array.

    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