AutoCorrectEntry Interface 

Represents a single AutoCorrect entry.

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

Public Class utoCorrectEntryImplementation
    Implements AutoCorrectEntry
End Class
Dim utoCorrectEntryImplementation1 As New utoCorrectEntryImplementation()

Syntax

Public Interface AutoCorrectEntry
public interface AutoCorrectEntry
public interface class AutoCorrectEntry
public interface AutoCorrectEntry
public interface AutoCorrectEntry

Remarks

The AutoCorrectEntry object is a member of the AutoCorrectEntries collection. The AutoCorrectEntries collection includes the entries in the AutoCorrect dialog box (Tools menu).

Use Entries(index), where index is the AutoCorrect entry name or index number, to return a single AutoCorrectEntry object. You must exactly match the spelling (but not necessarily the capitalization) of the name, as it's shown under Replace in the AutoCorrect dialog box.

Use the Apply method to insert an AutoCorrect entry at the specified range.

Use either the Add or AddRichText method to add an AutoCorrect entry to the list of available entries.

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

AutoCorrectEntry Members