AutoCorrect.FirstLetterExceptions Property

Definition

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

public:
 property Microsoft::Office::Interop::Word::FirstLetterExceptions ^ FirstLetterExceptions { Microsoft::Office::Interop::Word::FirstLetterExceptions ^ get(); };
public Microsoft.Office.Interop.Word.FirstLetterExceptions FirstLetterExceptions { get; }
member this.FirstLetterExceptions : Microsoft.Office.Interop.Word.FirstLetterExceptions
Public ReadOnly Property FirstLetterExceptions As FirstLetterExceptions

Property Value

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).

Applies to