In This Topic
Adds a new
OMathBox to the collection at the
InsertLocation.End location.
Syntax
'Declaration
Public Overloads Function AddBox( _
ByVal As System.String _
) As OMathBox
public OMathBox AddBox(
System.string
)
Parameters
- baseText
- The structure base element text.
Return Value
The added
OMathBox instance.
See Also