'Declaration Public Overloads Function InsertFunction( _ ByVal nameText As System.String, _ ByVal argumentText As System.String, _ ByVal location As InsertLocation _ ) As OMathFunction
public OMathFunction InsertFunction( System.string nameText, System.string argumentText, InsertLocation location )
Parameters
- nameText
- The structure name element text.
- argumentText
- The structure argument element text.
- location
- The target InsertLocation for the insertion.
Return Value
The inserted OMathFunction instance.