AutoCorrect.DeleteReplacement(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.
Deletes an entry from the array of AutoCorrect replacements.
public:
System::Object ^ DeleteReplacement(System::String ^ What);
public object DeleteReplacement (string What);
Public Function DeleteReplacement (What As String) As Object
Parameters
- What
- String
Required String. The text to be replaced, as it appears in the row to be deleted from the array of AutoCorrect replacements. If this string doesn't exist in the array of AutoCorrect replacements, this method fails.