Xamarin.Android

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ExternSheetRecord.TREF

    Show / Hide Table of Contents

    Class ExternSheetRecord.TREF

    Stores index to SUPBOOK record.

    Inheritance
    System.Object
    ExternSheetRecord.TREF
    Namespace: Syncfusion.XlsIO.Parser.Biff_Records
    Assembly: Syncfusion.XlsIO.Portable.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 Description
    System.Int32

    Properties

    FirstSheet

    Index to first SUPBOOK sheet.

    Declaration
    public ushort FirstSheet { get; set; }
    Property Value
    Type Description
    System.UInt16

    LastSheet

    Index to last SUPBOOK sheet.

    Declaration
    public ushort LastSheet { get; set; }
    Property Value
    Type Description
    System.UInt16

    SupBookIndex

    Index to SUPBOOK record.

    Declaration
    public ushort SupBookIndex { get; set; }
    Property Value
    Type Description
    System.UInt16
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved