OMathAutoCorrectEntries.Add Method

Word Developer Reference

Creates an equation auto correct entry and returns an OMathAutoCorrectEntry object.

Syntax

expression.Add(Name, Value)

expression   An expression that returns an OMathAutoCorrectEntries object.

Parameters

Name Required/Optional Data Type Description
Name Required String The name of the autocorrect entry. Corresponds to the Name property of the OMathAutoCorrectEntry object.
Value Required String The value of the autocorrect entry. Corresponds to the Value property of the OMathAutoCorrectEntry object.

Return Value
OMathAutoCorrectEntry

See Also