Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / OMathStructCollection Class / AddFunction Method / AddFunction(String,String) Method
The structure name element text.
The structure argument element text.

In This Topic
    AddFunction(String,String) Method
    In This Topic
    Adds a new OMathFunction to the collection at the InsertLocation.End location.
    Syntax
    'Declaration
     
    Public Overloads Function AddFunction( _
       ByVal nameText As System.String, _
       ByVal argumentText As System.String _
    ) As OMathFunction
    public OMathFunction AddFunction( 
       System.string nameText,
       System.string argumentText
    )

    Parameters

    nameText
    The structure name element text.
    argumentText
    The structure argument element text.

    Return Value

    The added OMathFunction instance.
    See Also