Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ISupportMultiThreading Interface / MultiThreading Property


In This Topic
MultiThreading Property
In This Topic
Indicates that manipulating data to the object is performed in parallel.
Syntax
'Declaration
 
Property MultiThreading As Boolean
 
'Usage
 
Dim instance As ISupportMultiThreading
Dim value As Boolean
 
instance.MultiThreading = value
 
value = instance.MultiThreading
See Also