[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.OMathMatrixRowCollection.Add

Add Method

Add()

Adds a new OMathMatrixRow to the collection at the End location.

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

The added OMathMatrixRow.

Add(string[])

Adds a new OMathMatrixRow to the collection at the End location.

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

The row cells text array.

Returns
Type Description
OMathMatrixRow

The added OMathMatrixRow.

Add(int?[])

Adds a new OMathMatrixRow to the collection at the End location.

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

The row cells value array.

Returns
Type Description
OMathMatrixRow

The added OMathMatrixRow.