次の方法で共有


OMathAutoCorrectEntries.Add(String, String) メソッド

定義

数式の自動修正エントリを作成し、オブジェクトを 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

必須 の文字列 オートコレクト エントリの名前。 オブジェクトの プロパティにNameOMathAutoCorrectEntry対応します。

Value
String

必須 の文字列 オートコレクト エントリの値。 オブジェクトの プロパティにValueOMathAutoCorrectEntry対応します。

戻り値

OMathAutoCorrectEntry

適用対象