Xamarin.Android

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

    Show / Hide Table of Contents

    Class BiffOffsetsRecordsAttribute

    Existence of such attribute in class metadata indicates to the Excel writer that the record class contains offset field which can be calculated only after all records are saved into an array and are in place.

    Inheritance
    System.Object
    BiffOffsetsRecordsAttribute
    Namespace: Syncfusion.XlsIO.Parser.Biff_Records
    Assembly: Syncfusion.XlsIO.Portable.dll
    Syntax
    public sealed class BiffOffsetsRecordsAttribute : Attribute

    Constructors

    BiffOffsetsRecordsAttribute(TBIFFRecord)

    Constructs attribute for specified Biff record type.

    Declaration
    public BiffOffsetsRecordsAttribute(TBIFFRecord type)
    Parameters
    Type Name Description
    TBIFFRecord type

    Type of the Biff record.

    Properties

    OffsetsRecordsType

    Get type of records used for offset calculations.

    Declaration
    public TBIFFRecord OffsetsRecordsType { get; }
    Property Value
    Type Description
    TBIFFRecord
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved