Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / OMathStructCollection Class / InsertMatrix Method / InsertMatrix(Int32,Int32,InsertLocation) Method
Count of rows in the matrix.
Count of columns in the matrix.
The target InsertLocation for the insertion.

In This Topic
    InsertMatrix(Int32,Int32,InsertLocation) Method
    In This Topic
    Inserts a new OMathMatrix into the collection at the specified location.
    Syntax
    'Declaration
     
    Public Overloads Function InsertMatrix( _
       ByVal rows As System.Integer, _
       ByVal columns As System.Integer, _
       ByVal location As InsertLocation _
    ) As OMathMatrix
    public OMathMatrix InsertMatrix( 
       System.int rows,
       System.int columns,
       InsertLocation location
    )

    Parameters

    rows
    Count of rows in the matrix.
    columns
    Count of columns in the matrix.
    location
    The target InsertLocation for the insertion.

    Return Value

    The inserted OMathMatrix instance.
    See Also