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