API Reference

Enum

LegacyXlsCalculationSettingKind

Namespace OfficeIMO.Excel.LegacyXls.Model
Assembly OfficeIMO.Excel
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Identifies a calculation setting parsed from a BIFF calculation record.

Inheritance

  • Enum
  • LegacyXlsCalculationSettingKind

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Values

public const LegacyXlsCalculationSettingKind IterationCount #

Maximum number of iterations for iterative calculation.

Value: 0
public const LegacyXlsCalculationSettingKind Mode #

Workbook calculation mode.

Value: 1
public const LegacyXlsCalculationSettingKind FullPrecision #

Whether formulas are calculated with full precision.

Value: 2
public const LegacyXlsCalculationSettingKind A1ReferenceMode #

Whether formulas use A1 reference style.

Value: 3
public const LegacyXlsCalculationSettingKind Delta #

Maximum calculation change for iterative calculation.

Value: 4
public const LegacyXlsCalculationSettingKind IterationEnabled #

Whether iterative calculation is enabled.

Value: 5
public const LegacyXlsCalculationSettingKind RecalculateBeforeSave #

Whether formulas are recalculated before saving.

Value: 6