Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / RowCollection Class / Insert Method / Insert(Row) Method
The table row before which to insert new row. If null, the new row will be added to the end of the last table in the range.

In This Topic
    Insert(Row) Method
    In This Topic
    Inserts a Row into this collection before a specified row.
    Syntax
    'Declaration
     
    Public Overloads Function Insert( _
       ByVal before As Row _
    ) As Row
    public Row Insert( 
       Row before
    )

    Parameters

    before
    The table row before which to insert new row. If null, the new row will be added to the end of the last table in the range.

    Return Value

    The inserted Row.
    See Also