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

In This Topic
    Add() Method
    In This Topic
    Adds a Row to this collection. The row is added to the end of the last table in the range.
    Syntax
    'Declaration
     
    Public Overloads Function Add() As Row
    public Row Add()

    Return Value

    The add Row.
    See Also