[]
        
Adds a new OMathMatrixColumn to the collection.
public OMathMatrixColumn Add()
Public Function Add() As OMathMatrixColumn
| Type | Description | 
|---|---|
| OMathMatrixColumn | The added OMathMatrixColumn.  | 
    
Adds a new OMathMatrixColumn to the collection.
public OMathMatrixColumn Add(string[] cellsText)
Public Function Add(cellsText As String()) As OMathMatrixColumn
| Type | Name | Description | 
|---|---|---|
| string[] | cellsText | The column cells text array.  | 
    
| Type | Description | 
|---|---|
| OMathMatrixColumn | The added OMathMatrixColumn.  | 
    
Adds a new OMathMatrixColumn to the collection.
public OMathMatrixColumn Add(int?[] cellsValue)
Public Function Add(cellsValue As Integer?()) As OMathMatrixColumn
| Type | Name | Description | 
|---|---|---|
| int?[] | cellsValue | The column cells value array.  | 
    
| Type | Description | 
|---|---|
| OMathMatrixColumn | The added OMathMatrixColumn.  |