OMathAutoCorrectEntries.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.
Creates an equation auto correct entry and returns an OMathAutoCorrectEntry object.
public:
Microsoft::Office::Interop::Word::OMathAutoCorrectEntry ^ Add(System::String ^ Name, System::String ^ Value);
public Microsoft.Office.Interop.Word.OMathAutoCorrectEntry Add (string Name, string Value);
abstract member Add : string * string -> Microsoft.Office.Interop.Word.OMathAutoCorrectEntry
Public Function Add (Name As String, Value As String) As OMathAutoCorrectEntry
Parameters
- Name
- String
Required String The name of the autocorrect entry. Corresponds to the Name property of the OMathAutoCorrectEntry object.
- Value
- String
Required String The value of the autocorrect entry. Corresponds to the Value property of the OMathAutoCorrectEntry object.