OtherCorrectionsExceptions.Add(String) Method

Definition

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

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

Parameters

Name
String

Required String. The word you want Microsoft Word to overlook.

Returns

Remarks

If the OtherCorrectionsAutoAdd property is True, words are automatically added to the list of other corrections exceptions.

Applies to