[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.OMathStructCollection.InsertBorderBox

InsertBorderBox Method

InsertBorderBox(InsertLocation)

Inserts a new OMathBorderBox into the collection at the specified location.

Declaration
public OMathBorderBox InsertBorderBox(InsertLocation location)
Public Function InsertBorderBox(location As InsertLocation) As OMathBorderBox
Parameters
Type Name Description
InsertLocation location

The target InsertLocation for the insertion.

Returns
Type Description
OMathBorderBox

The inserted OMathBorderBox instance.

InsertBorderBox(string, InsertLocation)

Inserts a new OMathBorderBox into the collection at the specified location.

Declaration
public OMathBorderBox InsertBorderBox(string baseText, InsertLocation location)
Public Function InsertBorderBox(baseText As String, location As InsertLocation) As OMathBorderBox
Parameters
Type Name Description
string baseText

The structure base element text.

InsertLocation location

The target InsertLocation for the insertion.

Returns
Type Description
OMathBorderBox

The inserted OMathBorderBox instance.