Xamarin.Forms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MulRKRecord.RkRec

    Show / Hide Table of Contents

    Class MulRKRecord.RkRec

    Contains information about single RK entry in MulRKRecord.

    Inheritance
    System.Object
    MulRKRecord.RkRec
    Namespace: Syncfusion.XlsIO.Parser.Biff_Records
    Assembly: Syncfusion.XlsIO.Portable.dll
    Syntax
    public class RkRec : Object

    Constructors

    RkRec(UInt16, Int32)

    Constructs RkRec and sets its ExtendedFormat and Rk number values.

    Declaration
    public RkRec(ushort xf, int rk)
    Parameters
    Type Name Description
    System.UInt16 xf

    Value of ExtendedFormat index.

    System.Int32 rk

    Value of RkNumber.

    Properties

    ExtFormatIndex

    Index of ExtendedFormatRecord for this Rk number.

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

    Rk

    Read-only. 32-bit value contained by the record.

    Declaration
    public int Rk { get; set; }
    Property Value
    Type Description
    System.Int32

    RkNumber

    Read-only. Returns double value stored as Rk.

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