menu

ASP.NET Web Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class RecordExtractor

    Show / Hide Table of Contents

    Class RecordExtractor

    Stores created Biff records and allows to get specific record.

    Inheritance
    System.Object
    RecordExtractor
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.XlsIO.Implementation
    Assembly: Syncfusion.XlsIO.Base.dll
    Syntax
    public class RecordExtractor

    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved