Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / OMathStructCollection Class / InsertLimitUpper Method / InsertLimitUpper(String,String,InsertLocation) Method
The structure base element text.
The structure limit element text.
The target InsertLocation for the insertion.

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

    Parameters

    baseText
    The structure base element text.
    limitText
    The structure limit element text.
    location
    The target InsertLocation for the insertion.

    Return Value

    The inserted OMathLimitUpper instance.
    See Also