OtherCorrectionsExceptions Interface

A collection of OtherCorrectionsException objects that represents the list of words that Microsoft Word won't correct automatically. This list corresponds to the list of AutoCorrect exceptions on the Other Corrections tab in the AutoCorrect Exceptions dialog box (AutoCorrect command, Tools menu).

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

Syntax

'Declaration
<GuidAttribute("000209DF-0000-0000-C000-000000000046")> _
Public Interface OtherCorrectionsExceptions _
    Inherits IEnumerable
'Usage
Dim instance As OtherCorrectionsExceptions
[GuidAttribute("000209DF-0000-0000-C000-000000000046")]
public interface OtherCorrectionsExceptions : IEnumerable

Remarks

Use the OtherCorrectionsExceptions property to return the OtherCorrectionsExceptions collection.

If the value of the OtherCorrectionsAutoAdd property is True, words are automatically added to the list of AutoCorrect exceptions. Use the Add method to add an item to the OtherCorrectionsExceptions collection.

Use OtherCorrectionsExceptions(index), where index is the name or the index number, to return a single OtherCorrectionsException object.

The index number represents the position of the AutoCorrect exception in the OtherCorrectionsExceptions collection.

See Also

Reference

OtherCorrectionsExceptions Members

Microsoft.Office.Interop.Word Namespace