FirstLetterExceptions.Add(String) Method

Definition

Returns a FirstLetterException object that represents a new exception added to the list of AutoCorrect exceptions.

public:
 Microsoft::Office::Interop::Word::FirstLetterException ^ Add(System::String ^ Name);
public Microsoft.Office.Interop.Word.FirstLetterException Add (string Name);
abstract member Add : string -> Microsoft.Office.Interop.Word.FirstLetterException
Public Function Add (Name As String) As FirstLetterException

Parameters

Name
String

Required String. The abbreviation that you don't want Microsoft Word to follow with a capital letter.

Returns

Remarks

If the FirstLetterAutoAdd property is True, abbreviations are automatically added to the list of first-letter exceptions.

Applies to