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