[]
Adds a Row to this collection. The row is added to the end of the last table in the range.
public Row Add()
Public Function Add() As Row
| Type | Description |
|---|---|
| Row | The add Row. |
Adds a Row to this collection. The row is added to the end of the last table in the range.
public Row Add(params string[] texts)
Public Function Add(ParamArray texts As String()) As Row
| Type | Name | Description |
|---|---|---|
| string[] | texts | An array of row cell texts. The size of the array determines the number of cells in the row. |
| Type | Description |
|---|---|
| Row | The adedd Row. |