AutoCorrect.AddReplacement(String, String) Method

Definition

Adds an entry to the array of AutoCorrect replacements.

public:
 System::Object ^ AddReplacement(System::String ^ What, System::String ^ Replacement);
public object AddReplacement (string What, string Replacement);
Public Function AddReplacement (What As String, Replacement As String) As Object

Parameters

What
String

Required String. The text to be replaced. If this string already exists in the array of AutoCorrect replacements, the existing substitute text is replaced by the new text.

Replacement
String

Required String. The replacement text.

Returns

Applies to