Class ftRbo
Common object data.
Implements
System.ICloneable
  Inherited Members
Namespace: Syncfusion.XlsIO.Parser.Biff_Records.ObjRecords
Assembly: Syncfusion.XlsIO.Portable.dll
Syntax
public class ftRbo : ObjSubRecord, ICloneableConstructors
ftRbo()
Default constructor.
Declaration
public ftRbo()ftRbo(UInt16, Byte[])
Initialize new instance.
Declaration
public ftRbo(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. | 
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
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 byte array.
Declaration
protected override void Parse(byte[] buffer)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Byte[] | buffer | Array to parse. | 
Overrides
Implements
      System.ICloneable