MultiThreadedCalculation.ThreadCount Property
Gets the total count of the process threads that are a part of the specified MultiThreadedCalculation object.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Property ThreadCount As Integer
Get
Set
'Usage
Dim instance As MultiThreadedCalculation
Dim value As Integer
value = instance.ThreadCount
instance.ThreadCount = value
int ThreadCount { get; set; }
Property Value
Type: System.Int32
Integer
See Also
Reference
MultiThreadedCalculation Interface