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 : ObjectConstructors
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 | 
|---|
| System.UInt16 | 
Rk
Read-only. 32-bit value contained by the record.
Declaration
public int Rk { get; set; }Property Value
| Type | 
|---|
| System.Int32 | 
RkNumber
Read-only. Returns double value stored as Rk.
Declaration
public double RkNumber { get; }Property Value
| Type | 
|---|
| System.Double |