[]
Adds a new OMathBar to the end of the Office Math element.
public OMathBar AddBar()
Public Function AddBar() As OMathBar
| Type | Description |
|---|---|
| OMathBar | The added OMathBar instance. |
Adds a new OMathBar to the end of the Office Math element.
public OMathBar AddBar(string baseText)
Public Function AddBar(baseText As String) As OMathBar
| Type | Name | Description |
|---|---|---|
| string | baseText | The structure base element text. |
| Type | Description |
|---|---|
| OMathBar | The added OMathBar instance. |