[]
Adds a new OMathMatrixRow to the collection at the End location.
public OMathMatrixRow Add()
Public Function Add() As OMathMatrixRow
Type | Description |
---|---|
OMathMatrixRow | The added OMathMatrixRow. |
Adds a new OMathMatrixRow to the collection at the End location.
public OMathMatrixRow Add(string[] cellsText)
Public Function Add(cellsText As String()) As OMathMatrixRow
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)
Public Function Add(cellsValue As Integer?()) As OMathMatrixRow
Type | Name | Description |
---|---|---|
int?[] | cellsValue | The row cells value array. |
Type | Description |
---|---|
OMathMatrixRow | The added OMathMatrixRow. |