Class RecordExtractor
Stores created Biff records and allows to get specific record.
Inheritance
System.Object
RecordExtractor
Namespace: Syncfusion.XlsIO.Implementation
Assembly: Syncfusion.XlsIO.UWP.dll
Syntax
public class RecordExtractor : Object
Constructors
RecordExtractor()
Initializes new instance.
Declaration
public RecordExtractor()
Methods
GetRecord(DataProvider, Int32, ExcelVersion)
Returns Biff record filled with speciffic values.
Declaration
public BiffRecordRaw GetRecord(DataProvider provider, int iOffset, ExcelVersion version)
Parameters
Type | Name | Description |
---|---|---|
DataProvider | provider | Object that provides access to the data. |
System.Int32 | iOffset | Offset to the record's start. |
ExcelVersion | version | Excel version used for infill. |
Returns
Type | Description |
---|---|
Syncfusion.XlsIO.Parser.Biff_Records.BiffRecordRaw | Extracted record. |
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. |