Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / OMathStructCollection Class / InsertFunction Method / InsertFunction(InsertLocation) Method
The target InsertLocation for the insertion.

In This Topic
    InsertFunction(InsertLocation) Method
    In This Topic
    Inserts a new OMathFunction into the collection at the specified location.
    Syntax
    'Declaration
     
    Public Overloads Function InsertFunction( _
       ByVal location As InsertLocation _
    ) As OMathFunction
    public OMathFunction InsertFunction( 
       InsertLocation location
    )

    Parameters

    location
    The target InsertLocation for the insertion.

    Return Value

    The inserted OMathFunction instance.
    See Also