Class ContinueRecord
Whenever the content of the record exceeds the given limits, the record must be split. Several Continue Records containing the additional data are added after the parent record.
Inheritance
System.Object
Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw
ContinueRecord
Inherited Members
Namespace: Syncfusion.XlsIO.Parser.Biff_Records
Assembly: Syncfusion.XlsIO.UWP.dll
Syntax
[Biff]
public class ContinueRecord : BiffRecordRawWithArray, ICloneable, IBiffStorage, IDisposable, ILengthSetter
Constructors
ContinueRecord()
Default constructor
Declaration
public ContinueRecord()
Properties
NeedDataArray
Declaration
public override bool NeedDataArray { get; }
Property Value
Type |
---|
System.Boolean |
Overrides
Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw.NeedDataArray
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 |
---|
System.Int32 |
Overrides
ParseStructure()
Parse structure of record. Converts data buffer to special values according to record specification.
Declaration
public override void ParseStructure()
Overrides
SetData(Byte[])
Sets internal data array.
Declaration
public void SetData(byte[] arrData)
Parameters
Type | Name | Description |
---|---|---|
System.Byte[] | arrData | Data array to set. |
SetLength(Int32)
Declaration
public void SetLength(int len)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | len |
Implements
System.ICloneable
System.IDisposable