FirstLetterExceptions.Add Method
Returns a FirstLetterException object that represents a new exception added to the list of AutoCorrect exceptions.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Function Add ( _
Name As String _
) As FirstLetterException
'Usage
Dim instance As FirstLetterExceptions
Dim Name As String
Dim returnValue As FirstLetterException
returnValue = instance.Add(Name)
FirstLetterException Add(
string Name
)
Parameters
- Name
Type: System.String
Required String. The abbreviation that you don't want Microsoft Word to follow with a capital letter.
Return Value
Type: Microsoft.Office.Interop.Word.FirstLetterException
Remarks
If the FirstLetterAutoAdd property is True, abbreviations are automatically added to the list of first-letter exceptions.