In This Topic
Adds a new
OMathBox to the end of the Office Math element.
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