AutoCorrect.OtherCorrectionsExceptions Property

Returns a OtherCorrectionsExceptions collection that represents the list of words that Microsoft Word won't correct automatically.

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

Syntax

'Declaration
ReadOnly Property OtherCorrectionsExceptions As OtherCorrectionsExceptions
    Get
'Usage
Dim instance As AutoCorrect
Dim value As OtherCorrectionsExceptions

value = instance.OtherCorrectionsExceptions
OtherCorrectionsExceptions OtherCorrectionsExceptions { get; }

Property Value

Type: Microsoft.Office.Interop.Word.OtherCorrectionsExceptions

Remarks

This list corresponds to the list of AutoCorrect exceptions on the Other Corrections tab in the AutoCorrect Exceptions dialog box (AutoCorrect command, Tools menu).

See Also

Reference

AutoCorrect Interface

AutoCorrect Members

Microsoft.Office.Interop.Word Namespace