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