Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / OMathStructCollection Class / AddFunction Method / AddFunction() Method

In This Topic
    AddFunction() Method
    In This Topic
    Adds a new OMathFunction to the collection at the InsertLocation.End location.
    Syntax
    'Declaration
     
    Public Overloads Function AddFunction() As OMathFunction
    public OMathFunction AddFunction()

    Return Value

    The added OMathFunction instance.
    See Also