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)

Usage

Public Class therCorrectionsExceptionsImplementation
    Implements OtherCorrectionsExceptions
End Class
Dim therCorrectionsExceptionsImplementation1 As New therCorrectionsExceptionsImplementation()

Syntax

Public Interface OtherCorrectionsExceptions
    Inherits IEnumerable
public interface OtherCorrectionsExceptions : IEnumerable
public interface class OtherCorrectionsExceptions : public IEnumerable
public interface OtherCorrectionsExceptions implements IEnumerable
public interface OtherCorrectionsExceptions implements 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.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Word Namespace

Other Resources

OtherCorrectionsExceptions Members