AutoCorrect.AddReplacement(String, 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.
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.