AutoCorrectEntries.Add(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 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
.