XlThreadMode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the control over the multi-threaded calculation mode.
public enum class XlThreadMode
public enum XlThreadMode
Public Enum XlThreadMode
- Inheritance
-
XlThreadMode
Fields
Name | Value | Description |
---|---|---|
xlThreadModeAutomatic | 0 | Multi-threaded calculation mode is automatic. |
xlThreadModeManual | 1 | Multi-threaded calculation mode is manual. |