FirstLetterExceptions.Add(String) Method
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 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.