Class BiffOffsetOrderAttribute
This attribute tells the Excel Writer the order in which order offsets should be calculated.
Inheritance
System.Object
BiffOffsetOrderAttribute
Namespace: Syncfusion.XlsIO.Parser.Biff_Records
Assembly: Syncfusion.XlsIO.UWP.dll
Syntax
public sealed class BiffOffsetOrderAttribute : Attribute
Constructors
BiffOffsetOrderAttribute(TBIFFRecord[])
Constructs attribute and fills array of records order with specified values.
Declaration
public BiffOffsetOrderAttribute(params TBIFFRecord[] order)
Parameters
Type | Name | Description |
---|---|---|
TBIFFRecord[] | order | Order of the biff records. |
Properties
OrderArray
Read-only. Returns the array of Biff records order.
Declaration
public TBIFFRecord[] OrderArray { get; }
Property Value
Type |
---|
TBIFFRecord[] |