InsertBox(String,InsertLocation) Method
Inserts a new
OMathBox into the collection at the specified location.
'Declaration
Public Overloads Function InsertBox( _
ByVal As System.String, _
ByVal As InsertLocation _
) As OMathBox
Parameters
- baseText
- The structure base element text.
- location
- The target InsertLocation for the insertion.
Return Value
The inserted
OMathBox instance.