AutoCorrect.FirstLetterExceptions Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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).