API Reference

Enum

LegacyXlsCalculationMode

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

Calculation mode recorded in a legacy BIFF workbook.

Inheritance

  • Enum
  • LegacyXlsCalculationMode

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 LegacyXlsCalculationMode Manual #

Formulas recalculate only when requested.

Value: 0
public const LegacyXlsCalculationMode Automatic #

Formulas recalculate automatically.

Value: 1
public const LegacyXlsCalculationMode AutomaticExceptTables #

Formulas recalculate automatically except for data tables.

Value: 2