[]
        
Inserts a new OMathMatrixRow into the collection at the specified location.
public OMathMatrixRow Insert(InsertLocation location)
Public Function Insert(location As InsertLocation) As OMathMatrixRow
| 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)
Public Function Insert(cellsText As String(), location As InsertLocation) As OMathMatrixRow
| 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)
Public Function Insert(cellsValue As Integer?(), location As InsertLocation) As OMathMatrixRow
| Type | Name | Description | 
|---|---|---|
| int?[] | cellsValue | The row cells value array.  | 
    
| InsertLocation | location | The target InsertLocation for the insertion.  | 
    
| Type | Description | 
|---|---|
| OMathMatrixRow | The inserted OMathMatrixRow.  |