[]
Inserts a new OMathMatrixRow into the collection at the specified location.
public OMathMatrixRow Insert(InsertLocation location)
| Type | Name | Description |
|---|---|---|
| InsertLocation | location | The target InsertLocation for the insertion. |
| Type | Description |
|---|---|
| OMathMatrixRow | The inserted OMathMatrixRow. |
Inserts a new OMathMatrixRow into the collection at the specified location.
public OMathMatrixRow Insert(string[] cellsText, InsertLocation location)
| Type | Name | Description |
|---|---|---|
| string[] | cellsText | The row cells text array. |
| InsertLocation | location | The target InsertLocation for the insertion. |
| Type | Description |
|---|---|
| OMathMatrixRow | The inserted OMathMatrixRow. |
Inserts a new OMathMatrixRow into the collection at the specified location.
public OMathMatrixRow Insert(int?[] cellsValue, InsertLocation location)
| Type | Name | Description |
|---|---|---|
| int?[] | cellsValue | The row cells value array. |
| InsertLocation | location | The target InsertLocation for the insertion. |
| Type | Description |
|---|---|
| OMathMatrixRow | The inserted OMathMatrixRow. |