[]
Adds a new OMathMatrixColumn to the collection.
public OMathMatrixColumn Add()
| Type | Description |
|---|---|
| OMathMatrixColumn | The added OMathMatrixColumn. |
Adds a new OMathMatrixColumn to the collection.
public OMathMatrixColumn Add(string[] cellsText)
| 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)
| Type | Name | Description |
|---|---|---|
| int?[] | cellsValue | The column cells value array. |
| Type | Description |
|---|---|
| OMathMatrixColumn | The added OMathMatrixColumn. |