_Application.MathCoprocessorAvailable Property
Determines if a math coprocessor is installed and available to Microsoft Word. This property returns True if a math coprocessor is installed and available to Microsoft Word, and False if not.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property MathCoprocessorAvailable As Boolean
Get
'Usage
Dim instance As _Application
Dim value As Boolean
value = instance.MathCoprocessorAvailable
bool MathCoprocessorAvailable { get; }
Property Value
Type: System.Boolean