RecordExtractor Class
Stores created Biff records and allows to get specific record.
Inheritance
System.Object
RecordExtractor
Namespace: Syncfusion.XlsIO.Implementation
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
public class RecordExtractor : Object
Constructors
RecordExtractor()
Initializes new instance.
Declaration
public RecordExtractor()
Methods
GetRecord(Int32)
Returns empty Biff record.
Declaration
public BiffRecordRaw GetRecord(int recordType)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | recordType | Biff record type. |
Returns
Type | Description |
---|---|
Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw | Extracted record. |