MultiThreadedCalculation.ThreadMode Property
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.
Returns or sets the thread mode for the specified MultiThreadedCalculation object. Read/write XlThreadMode.
public:
property Microsoft::Office::Interop::Excel::XlThreadMode ThreadMode { Microsoft::Office::Interop::Excel::XlThreadMode get(); void set(Microsoft::Office::Interop::Excel::XlThreadMode value); };
public Microsoft.Office.Interop.Excel.XlThreadMode ThreadMode { get; set; }
Public Property ThreadMode As XlThreadMode
Property Value
Remarks
You can set the thread mode to either xlThreadModeAutomatic or xlThreadModeManual.