HangulAndAlphabetExceptions.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 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.