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