[]
Adds a new OMathEquationArray to the end of the Office Math zone.
public OMathEquationArray AddEquationArray()
| Type | Description |
|---|---|
| OMathEquationArray | The added OMathEquationArray instance. |
Adds a new OMathEquationArray to the end of the Office Math zone.
public OMathEquationArray AddEquationArray(string[] itemsText)
| Type | Name | Description |
|---|---|---|
| string[] | itemsText | The array of item texts. |
| Type | Description |
|---|---|
| OMathEquationArray | The added OMathEquationArray instance. |