Class ExternSheetRecord.TREF
Stores index to SUPBOOK record.
Inheritance
System.Object
ExternSheetRecord.TREF
Namespace: Syncfusion.XlsIO.Parser.Biff_Records
Assembly: Syncfusion.XlsIO.UWP.dll
Syntax
public class TREF : Object
Constructors
TREF(Int32, Int32, Int32)
Constructs reference by SUPBOOK index and its start and end sheet.
Declaration
public TREF(int supIndex, int firstSheet, int lastSheet)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | supIndex | SUPBOOK index. |
System.Int32 | firstSheet | Index to first SUPBOOK sheet. |
System.Int32 | lastSheet | Index to last SUPBOOK sheet. |
Fields
DEF_TREF_SIZE
Size of the TREF.
Declaration
public const int DEF_TREF_SIZE = 6
Field Value
Type |
---|
System.Int32 |
Properties
FirstSheet
Index to first SUPBOOK sheet.
Declaration
public ushort FirstSheet { get; set; }
Property Value
Type |
---|
System.UInt16 |
LastSheet
Index to last SUPBOOK sheet.
Declaration
public ushort LastSheet { get; set; }
Property Value
Type |
---|
System.UInt16 |
SupBookIndex
Index to SUPBOOK record.
Declaration
public ushort SupBookIndex { get; set; }
Property Value
Type |
---|
System.UInt16 |