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