Xamarin.Forms

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

    Show / Hide Table of Contents

    Class BiffAttribute

    Attribute provides link information between class and Biff8. record types

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

    Constructors

    BiffAttribute(TBIFFRecord)

    Creates attribute by record code.

    Declaration
    public BiffAttribute(TBIFFRecord code)
    Parameters
    Type Name Description
    TBIFFRecord code

    Biff record code.

    Properties

    Code

    Read-only. Returns code of record.

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