[]
Inserts a new OMathEquationArray into the collection at the specified location.
public OMathEquationArray InsertEquationArray(InsertLocation location)
Public Function InsertEquationArray(location As InsertLocation) As OMathEquationArray
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)
Public Function InsertEquationArray(itemsText As String(), location As InsertLocation) As OMathEquationArray
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. |