OMathRecognizedFunctions.Add(String) メソッド

定義

認識された新しい関数を作成し、オブジェクトを OMathRecognizedFunction 返します。

public:
 Microsoft::Office::Interop::Word::OMathRecognizedFunction ^ Add(System::String ^ Name);
public Microsoft.Office.Interop.Word.OMathRecognizedFunction Add (string Name);
abstract member Add : string -> Microsoft.Office.Interop.Word.OMathRecognizedFunction
Public Function Add (Name As String) As OMathRecognizedFunction

パラメーター

Name
String

必須 の文字列 認識された関数の名前。

戻り値

OMathRecognizedFunction

適用対象