AutoCorrect.ReplaceText Property

Returns or sets a value that indicates whether to automatically replace specified text with entries from the AutoCorrect list.

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 AutoCorrect
Dim value As Boolean

value = instance.ReplaceText

instance.ReplaceText = value
bool ReplaceText { get; set; }

Property Value

Type: System.Boolean

See Also

Reference

AutoCorrect Interface

AutoCorrect Members

Microsoft.Office.Interop.Word Namespace