_Application.ResetIgnoreAll 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.
Clears the list of words that were previously ignored during a spelling check.
public:
void ResetIgnoreAll();
public void ResetIgnoreAll ();
abstract member ResetIgnoreAll : unit -> unit
Public Sub ResetIgnoreAll ()
Remarks
In order for the ResetIgnoreAll method to work, you must first set the SpellingChecked property to False.
After you run this method, previously ignored words are checked along with all the other words.