AutoCorrect.DeleteReplacement(String) Method

Definition

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.

Returns

Applies to