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)

Syntax

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

value = instance.FirstLetterExceptions
FirstLetterExceptions FirstLetterExceptions { get; }

Property Value

Type: Microsoft.Office.Interop.Word.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).

See Also

Reference

AutoCorrect Interface

AutoCorrect Members

Microsoft.Office.Interop.Word Namespace