[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.OMathMatrixRowCollection.Insert

Insert Method

Insert(InsertLocation)

Inserts a new OMathMatrixRow into the collection at the specified location.

Declaration
public OMathMatrixRow Insert(InsertLocation location)
Public Function Insert(location As InsertLocation) As OMathMatrixRow
Parameters
Type Name Description
InsertLocation location

The target InsertLocation for the insertion.

Returns
Type Description
OMathMatrixRow

The inserted OMathMatrixRow.

Insert(string[], InsertLocation)

Inserts a new OMathMatrixRow into the collection at the specified location.

Declaration
public OMathMatrixRow Insert(string[] cellsText, InsertLocation location)
Public Function Insert(cellsText As String(), location As InsertLocation) As OMathMatrixRow
Parameters
Type Name Description
string[] cellsText

The row cells text array.

InsertLocation location

The target InsertLocation for the insertion.

Returns
Type Description
OMathMatrixRow

The inserted OMathMatrixRow.

Insert(int?[], InsertLocation)

Inserts a new OMathMatrixRow into the collection at the specified location.

Declaration
public OMathMatrixRow Insert(int?[] cellsValue, InsertLocation location)
Public Function Insert(cellsValue As Integer?(), location As InsertLocation) As OMathMatrixRow
Parameters
Type Name Description
int?[] cellsValue

The row cells value array.

InsertLocation location

The target InsertLocation for the insertion.

Returns
Type Description
OMathMatrixRow

The inserted OMathMatrixRow.