'Declaration Public Overloads Function InsertBar( _ ByVal baseText As System.String, _ ByVal location As InsertLocation _ ) As OMathBar
public OMathBar InsertBar( System.string baseText, InsertLocation location )
Parameters
- baseText
- The structure base element text.
- location
- The target InsertLocation for the insertion.
Return Value
The inserted OMathBar instance.