[]
Inserts a new OMathBar into the collection at the specified location.
public OMathBar InsertBar(InsertLocation location)
Public Function InsertBar(location As InsertLocation) As OMathBar
| Type | Name | Description |
|---|---|---|
| InsertLocation | location | The target InsertLocation for the insertion. |
| Type | Description |
|---|---|
| OMathBar | The inserted OMathBar instance. |
Inserts a new OMathBar into the collection at the specified location.
public OMathBar InsertBar(string baseText, InsertLocation location)
Public Function InsertBar(baseText As String, location As InsertLocation) As OMathBar
| Type | Name | Description |
|---|---|---|
| string | baseText | The structure base element text. |
| InsertLocation | location | The target InsertLocation for the insertion. |
| Type | Description |
|---|---|
| OMathBar | The inserted OMathBar instance. |