OMathAutoCorrect.ReplaceText Property
Returns or sets a Boolean that represents whether Microsoft Office Word automatically replaces strings in equations with the corresponding math AutoCorrect definitions. Read/write.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property ReplaceText As Boolean
Get
Set
'Usage
Dim instance As OMathAutoCorrect
Dim value As Boolean
value = instance.ReplaceText
instance.ReplaceText = value
bool ReplaceText { get; set; }
Property Value
Type: System.Boolean
Boolean