menu

File Formats

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

    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(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 - 2023 Syncfusion Inc. All Rights Reserved