AutoCorrectEntries.Add(String, String) Method

Definition

Adds a plain-text AutoCorrect entry to the list of available AutoCorrect entries.

public:
 Microsoft::Office::Interop::Word::AutoCorrectEntry ^ Add(System::String ^ Name, System::String ^ Value);
public Microsoft.Office.Interop.Word.AutoCorrectEntry Add (string Name, string Value);
abstract member Add : string * string -> Microsoft.Office.Interop.Word.AutoCorrectEntry
Public Function Add (Name As String, Value As String) As AutoCorrectEntry

Parameters

Name
String

The text you want to have automatically inserted whenever the text specified by Name is typed.

Value
String

The text you want to have automatically replaced with the text specified by Value.

Returns

Applies to