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