다음을 통해 공유


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

See Also

Reference

OMathAutoCorrect Interface

OMathAutoCorrect Members

Microsoft.Office.Interop.Word Namespace