HangulAndAlphabetExceptions.Add(String) Method

Definition

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

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

Parameters

Name
String

Required String. The word that you don't want Microsoft Word to correct automatically.

Returns

Remarks

If the HangulAndAlphabetAutoAdd property is set to True, words are automatically added to the list of Hangul and alphabet AutoCorrect exceptions.

Applies to