[]
Adds a Cell to this collection. The cell is added to the end of the last table row in the range.
public Cell Add()
| Type | Description |
|---|---|
| Cell | The added Cell. |
Adds a Cell to this collection, to the end of the last table row in the range.
public Cell Add(string text)
| Type | Name | Description |
|---|---|---|
| string | text | The paragraph text in the new cell. |
| Type | Description |
|---|---|
| Cell | The added Cell. |