RecordExtractor Class
Stores created Biff records and allows to get specific record.
Inheritance
System.Object
RecordExtractor
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.XlsIO.Implementation
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
public class RecordExtractor
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. |