AutoCorrect.ReplaceTextFromSpellingChecker Property
Returns or sets a value that indicates whether to automatically replace misspelled text with suggestions from the spelling checker as the user types.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property ReplaceTextFromSpellingChecker As Boolean
Get
Set
'Usage
Dim instance As AutoCorrect
Dim value As Boolean
value = instance.ReplaceTextFromSpellingChecker
instance.ReplaceTextFromSpellingChecker = value
bool ReplaceTextFromSpellingChecker { get; set; }
Property Value
Type: System.Boolean
Remarks
Microsoft Word only replaces words that contain a single misspelling and for which the spelling dictionary only lists one alternative.