[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.RowCollection.Add

Add Method

Add()

Adds a Row to this collection. The row is added to the end of the last table in the range.

Declaration
public Row Add()
Public Function Add() As Row
Returns
Type Description
Row

The add Row.

Add(params string[])

Adds a Row to this collection. The row is added to the end of the last table in the range.

Declaration
public Row Add(params string[] texts)
Public Function Add(ParamArray texts As String()) As Row
Parameters
Type Name Description
string[] texts

An array of row cell texts. The size of the array determines the number of cells in the row.

Returns
Type Description
Row

The adedd Row.