OMathAutoCorrectEntries.Add(String, String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
创建公式自动更正条目并返回 对象 OMathAutoCorrectEntry 。
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
参数
- Name
- String
必需 字符串 自动更正条目的名称。 对应于 Name 对象的 属性 OMathAutoCorrectEntry 。
- Value
- String
必需 字符串 自动更正条目的值。 对应于 Value 对象的 属性 OMathAutoCorrectEntry 。