[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.OMathStructCollection.InsertMatrix

InsertMatrix Method

InsertMatrix(InsertLocation)

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

Declaration
public OMathMatrix InsertMatrix(InsertLocation location)
Parameters
Type Name Description
InsertLocation location

The target InsertLocation for the insertion.

Returns
Type Description
OMathMatrix

The inserted OMathMatrix instance.

InsertMatrix(int, int, InsertLocation)

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

Declaration
public OMathMatrix InsertMatrix(int rows, int columns, InsertLocation location)
Parameters
Type Name Description
int rows

Count of rows in the matrix.

int columns

Count of columns in the matrix.

InsertLocation location

The target InsertLocation for the insertion.

Returns
Type Description
OMathMatrix

The inserted OMathMatrix instance.

InsertMatrix(string[,], InsertLocation)

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

Declaration
public OMathMatrix InsertMatrix(string[,] cellsText, InsertLocation location)
Parameters
Type Name Description
string[,] cellsText

The structure cells text array.

InsertLocation location

The target InsertLocation for the insertion.

Returns
Type Description
OMathMatrix

The inserted OMathMatrix instance.

InsertMatrix(int?[,], InsertLocation)

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

Declaration
public OMathMatrix InsertMatrix(int?[,] cellsValue, InsertLocation location)
Parameters
Type Name Description
int?[,] cellsValue

The structure cells value array.

InsertLocation location

The target InsertLocation for the insertion.

Returns
Type Description
OMathMatrix

The inserted OMathMatrix instance.