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

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

    Parameters

    location
    The target InsertLocation for the insertion.

    Return Value

    The inserted OMathLimitUpper instance.
    See Also