API Reference

Enum

ExecutionMode

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

Determines how operations are executed.

Inheritance

  • Enum
  • ExecutionMode

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

Automatically choose between sequential and parallel execution based on thresholds.

Value: 0
public const ExecutionMode Sequential #

Force single-threaded execution with no locking.

Value: 1
public const ExecutionMode Parallel #

Compute work in parallel and apply results sequentially.

Value: 2