API Reference
Class
LegacyXlsCalculationSettingRecord
Captures one calculation-related BIFF record and where it was found.
Inheritance
- Object
- LegacyXlsCalculationSettingRecord
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property LegacyXlsCalculationSettings.Records
Constructors
public LegacyXlsCalculationSettingRecord(LegacyXlsCalculationSettingKind kind, String sheetName, Int32 recordOffset, UInt16 recordType, Nullable<Int16> signedValue = null, Nullable<Double> doubleValue = null, Nullable<Boolean> booleanValue = null, Nullable<LegacyXlsCalculationMode> mode = null) #Creates a calculation setting record.
Parameters
- kind OfficeIMO.Excel.LegacyXls.Model.LegacyXlsCalculationSettingKind
- sheetName System.String
- recordOffset System.Int32
- recordType System.UInt16
- signedValue System.Nullable{System.Int16} = null
- doubleValue System.Nullable{System.Double} = null
- booleanValue System.Nullable{System.Boolean} = null
- mode System.Nullable{OfficeIMO.Excel.LegacyXls.Model.LegacyXlsCalculationMode} = null
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public LegacyXlsCalculationSettingKind Kind { get; } #Gets the calculation setting kind.
public String SheetName { get; } #Gets the worksheet name when the record came from a sheet substream.
public Int32 RecordOffset { get; } #Gets the byte offset of the BIFF record.
public UInt16 RecordType { get; } #Gets the BIFF record type identifier.
public Nullable<Int16> SignedValue { get; } #Gets the signed integer value when the setting uses a 2-byte integer.
public Nullable<Double> DoubleValue { get; } #Gets the floating-point value when the setting uses an 8-byte IEEE value.
public Nullable<Boolean> BooleanValue { get; } #Gets the Boolean value when the setting uses a BIFF Boolean flag.
public Nullable<LegacyXlsCalculationMode> Mode { get; } #Gets the typed calculation mode when available.