Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / OMathStructCollection Class / AddMatrix Method / AddMatrix() Method

In This Topic
    AddMatrix() Method
    In This Topic
    Adds a new OMathMatrix to the collection at the InsertLocation.End location.
    Syntax
    'Declaration
     
    Public Overloads Function AddMatrix() As OMathMatrix
    public OMathMatrix AddMatrix()

    Return Value

    The added OMathMatrix instance.
    See Also