[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.OMathMatrixColumnCollection.Add

Add Method

Add()

Adds a new OMathMatrixColumn to the collection.

Declaration
public OMathMatrixColumn Add()
Public Function Add() As OMathMatrixColumn
Returns
Type Description
OMathMatrixColumn

The added OMathMatrixColumn.

Add(string[])

Adds a new OMathMatrixColumn to the collection.

Declaration
public OMathMatrixColumn Add(string[] cellsText)
Public Function Add(cellsText As String()) As OMathMatrixColumn
Parameters
Type Name Description
string[] cellsText

The column cells text array.

Returns
Type Description
OMathMatrixColumn

The added OMathMatrixColumn.

Add(int?[])

Adds a new OMathMatrixColumn to the collection.

Declaration
public OMathMatrixColumn Add(int?[] cellsValue)
Public Function Add(cellsValue As Integer?()) As OMathMatrixColumn
Parameters
Type Name Description
int?[] cellsValue

The column cells value array.

Returns
Type Description
OMathMatrixColumn

The added OMathMatrixColumn.