AutoCorrect.FirstLetterAutoAdd Property
Returns or sets a value that indicates if Microsoft Word automatically adds abbreviations to the list of AutoCorrect First Letter exceptions.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property FirstLetterAutoAdd As Boolean
Get
Set
'Usage
Dim instance As AutoCorrect
Dim value As Boolean
value = instance.FirstLetterAutoAdd
instance.FirstLetterAutoAdd = value
bool FirstLetterAutoAdd { get; set; }
Property Value
Type: System.Boolean
Remarks
Word adds an abbreviation to this list if you delete and then retype the letter that Word capitalized immediately after the period following the abbreviation.