API Reference

Class

LegacyXlsCalculationSettings

Namespace OfficeIMO.Excel.LegacyXls.Model
Assembly OfficeIMO.Excel
Modifiers sealed

Calculation settings parsed from BIFF calculation records.

Inheritance

  • Object
  • LegacyXlsCalculationSettings

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

Constructors

Properties

public IReadOnlyList<LegacyXlsCalculationSettingRecord> Records { get; } #

Gets the source calculation records in workbook order.

public Nullable<LegacyXlsCalculationMode> Mode { get; set; } #

Gets the last parsed calculation mode.

public Nullable<Int16> IterationCount { get; set; } #

Gets the last parsed maximum iteration count.

public Nullable<Boolean> FullPrecision { get; set; } #

Gets whether the workbook uses full calculation precision.

public Nullable<Boolean> A1ReferenceMode { get; set; } #

Gets whether formulas use A1 reference style.

public Nullable<Double> Delta { get; set; } #

Gets the last parsed maximum calculation change for iterative calculation.

public Nullable<Boolean> IterationEnabled { get; set; } #

Gets whether iterative calculation is enabled.

public Nullable<Boolean> RecalculateBeforeSave { get; set; } #

Gets whether formulas are recalculated before saving.