Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / OMathStructCollection Class / InsertMatrix Method / InsertMatrix(InsertLocation) Method
The target InsertLocation for the insertion.

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

    Parameters

    location
    The target InsertLocation for the insertion.

    Return Value

    The inserted OMathMatrix instance.
    See Also