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

In This Topic
    InsertLimitLower(String,String,InsertLocation) Method
    In This Topic
    Inserts a new OMathLimitLower into the collection at the specified location.
    Syntax
    'Declaration
     
    Public Overloads Function InsertLimitLower( _
       ByVal baseText As System.String, _
       ByVal limitText As System.String, _
       ByVal location As InsertLocation _
    ) As OMathLimitLower
    public OMathLimitLower InsertLimitLower( 
       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 OMathLimitLower instance.
    See Also