In This Topic
Adds a new
OMathBox to the end of the Office Math zone.
Syntax
'Declaration
Public Overloads Function AddBox( _
ByVal As System.String _
) As OMathBox
public OMathBox AddBox(
System.string
)
Parameters
- baseText
- The base element text.
Return Value
The added
OMathBox instance.
See Also