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

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

    Parameters

    location
    The target InsertLocation for the insertion.

    Return Value

    The inserted OMathBorderBox instance.
    See Also