Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / OMathMatrixRowCollection Class / Add Method / Add() Method

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

    Return Value

    The added OMathMatrixRow.
    See Also