[]
Inserts a new OMathEquationArray into the collection at the specified location.
public OMathEquationArray InsertEquationArray(InsertLocation location)
| Type | Name | Description |
|---|---|---|
| InsertLocation | location | The target InsertLocation for the insertion. |
| Type | Description |
|---|---|
| OMathEquationArray | The inserted OMathEquationArray instance. |
Inserts a new OMathEquationArray into the collection at the specified location.
public OMathEquationArray InsertEquationArray(string[] itemsText, InsertLocation location)
| Type | Name | Description |
|---|---|---|
| string[] | itemsText | The structure items text array. |
| InsertLocation | location | The target InsertLocation for the insertion. |
| Type | Description |
|---|---|
| OMathEquationArray | The inserted OMathEquationArray instance. |