Share via


_Application.MultiThreadedCalculation Property

Returns a MultiThreadedCalculation object that controls the multi-threaded recalculation settings that are new in Excel 2007. Read-only.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
ReadOnly Property MultiThreadedCalculation As MultiThreadedCalculation
    Get
'Usage
Dim instance As _Application
Dim value As MultiThreadedCalculation

value = instance.MultiThreadedCalculation
MultiThreadedCalculation MultiThreadedCalculation { get; }

Property Value

Type: Microsoft.Office.Interop.Excel.MultiThreadedCalculation
MultiThreadedCalculation

See Also

Reference

_Application Interface

_Application Members

Microsoft.Office.Interop.Excel Namespace