AutoCorrect.FirstLetterExceptions Property 

Returns a FirstLetterExceptions collection that represents the list of abbreviations after which Microsoft Word won't automatically capitalize the next letter.

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

Usage

Dim autoCorrect1 As AutoCorrect

Dim returnValue As FirstLetterExceptions
returnValue = autoCorrect1.FirstLetterExceptions

Syntax

ReadOnly Property FirstLetterExceptions() As FirstLetterExceptions
FirstLetterExceptions FirstLetterExceptions {get;}
property FirstLetterExceptions^ FirstLetterExceptions{
    FirstLetterExceptions^ get();
}
public FirstLetterExceptions get_FirstLetterExceptions();
function get FirstLetterExceptions() : FirstLetterExceptions;

Remarks

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

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

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

Target Platforms

See Also

Reference

AutoCorrect Interface
Microsoft.Office.Interop.Word Namespace

Other Resources

AutoCorrect Members