AutoCorrect.OtherCorrectionsAutoAdd Property

Returns or sets a value that indicates whether to add words to the list of AutoCorrect exceptions on the Other Corrections tab in the AutoCorrect Exceptions dialog box.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property OtherCorrectionsAutoAdd As Boolean
    Get
    Set
'Usage
Dim instance As AutoCorrect
Dim value As Boolean

value = instance.OtherCorrectionsAutoAdd

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

Property Value

Type: System.Boolean

Remarks

The AutoCorrect Exceptions dialog box is located in the Tools menu. Click AutoCorrect Options, then click the AutoCorrect tab, and then click the Exceptions button.

Microsoft Word adds a word to this list if you delete and then retype a word that you didn't want Word to correct.

See Also

Reference

AutoCorrect Interface

AutoCorrect Members

Microsoft.Office.Interop.Word Namespace