Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / OMath Class / AddMatrix Method / AddMatrix(Int32,Int32) Method
Count of rows in the matrix.
Count of columns in the matrix.

In This Topic
    AddMatrix(Int32,Int32) Method
    In This Topic
    Adds a new OMathMatrix to the end of the Office Math zone.
    Syntax
    'Declaration
     
    Public Overloads Function AddMatrix( _
       ByVal rows As System.Integer, _
       ByVal columns As System.Integer _
    ) As OMathMatrix
    public OMathMatrix AddMatrix( 
       System.int rows,
       System.int columns
    )

    Parameters

    rows
    Count of rows in the matrix.
    columns
    Count of columns in the matrix.

    Return Value

    The added OMathMatrix instance.
    See Also