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

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

    Parameters

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

    Return Value

    The inserted OMathBorderBox instance.
    See Also