OMathAutoCorrect.UseOutsideOMath Property
Returns or sets a Boolean that represents whether Microsoft Office Word uses math autocorrect rules outside equations in a document. Read/write.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property UseOutsideOMath As Boolean
Get
Set
'Usage
Dim instance As OMathAutoCorrect
Dim value As Boolean
value = instance.UseOutsideOMath
instance.UseOutsideOMath = value
bool UseOutsideOMath { get; set; }
Property Value
Type: System.Boolean
Boolean