Edit

Share via


OMathRecognizedFunctions.Add(String) Method

Definition

Creates a new recognized function and returns an OMathRecognizedFunction object.

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

Parameters

Name
String

Required String The name of the recognized function.

Returns

OMathRecognizedFunction

Applies to