[]
Inserts a new OMathMatrixColumn into the collection.
public OMathMatrixColumn Insert(int index)
| Type | Name | Description |
|---|---|---|
| int | index | The zero-based index at which column should be inserted. |
| Type | Description |
|---|---|
| OMathMatrixColumn | The inserted OMathMatrixColumn. |
Inserts a new OMathMatrixColumn into the collection.
public OMathMatrixColumn Insert(string[] cellsText, int index)
| Type | Name | Description |
|---|---|---|
| string[] | cellsText | The column cells text array. |
| int | index | The zero-based index at which column should be inserted. |
| Type | Description |
|---|---|
| OMathMatrixColumn | The inserted OMathMatrixColumn. |
Inserts a new OMathMatrixColumn into the collection.
public OMathMatrixColumn Insert(int?[] cellsValue, int index)
| Type | Name | Description |
|---|---|---|
| int?[] | cellsValue | The column cells value array. |
| int | index | The zero-based index at which column should be inserted. |
| Type | Description |
|---|---|
| OMathMatrixColumn | The inserted OMathMatrixColumn. |