[]
Adds a new OMathMatrixRow to the collection at the End location.
public OMathMatrixRow Add()
| Type | Description |
|---|---|
| OMathMatrixRow | The added OMathMatrixRow. |
Adds a new OMathMatrixRow to the collection at the End location.
public OMathMatrixRow Add(string[] cellsText)
| Type | Name | Description |
|---|---|---|
| string[] | cellsText | The row cells text array. |
| Type | Description |
|---|---|
| OMathMatrixRow | The added OMathMatrixRow. |
Adds a new OMathMatrixRow to the collection at the End location.
public OMathMatrixRow Add(int?[] cellsValue)
| Type | Name | Description |
|---|---|---|
| int?[] | cellsValue | The row cells value array. |
| Type | Description |
|---|---|
| OMathMatrixRow | The added OMathMatrixRow. |