API Reference

Enum

ExcelExecutionMode

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

Determines how operations are executed.

Inheritance

  • Enum
  • ExcelExecutionMode

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 ExcelExecutionMode Automatic #

Automatically choose between sequential and parallel execution based on thresholds.

Value: 0
public const ExcelExecutionMode Sequential #

Force single-threaded execution with no locking.

Value: 1
public const ExcelExecutionMode Parallel #

Compute work in parallel and apply results sequentially.

Value: 2