_Application.MultiThreadedCalculation 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 a MultiThreadedCalculation object that controls the multi-threaded recalculation settings that are new in Excel 2007. Read-only.
public:
property Microsoft::Office::Interop::Excel::MultiThreadedCalculation ^ MultiThreadedCalculation { Microsoft::Office::Interop::Excel::MultiThreadedCalculation ^ get(); };
public Microsoft.Office.Interop.Excel.MultiThreadedCalculation MultiThreadedCalculation { get; }
Public ReadOnly Property MultiThreadedCalculation As MultiThreadedCalculation