[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.OMathStructCollection.InsertBox

InsertBox Method

InsertBox(InsertLocation)

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

Declaration
public OMathBox InsertBox(InsertLocation location)
Public Function InsertBox(location As InsertLocation) As OMathBox
Parameters
Type Name Description
InsertLocation location

The target InsertLocation for the insertion.

Returns
Type Description
OMathBox

The inserted OMathBox instance.

InsertBox(string, InsertLocation)

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

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

The structure base element text.

InsertLocation location

The target InsertLocation for the insertion.

Returns
Type Description
OMathBox

The inserted OMathBox instance.