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.UWP.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 |
---|
TBIFFRecord |