[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.CellCollection.Add

Add Method

Add()

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

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

The added Cell.

Add(string)

Adds a Cell to this collection, to the end of the last table row in the range.

Declaration
public Cell Add(string text)
Public Function Add(text As String) As Cell
Parameters
Type Name Description
string text

The paragraph text in the new cell.

Returns
Type Description
Cell

The added Cell.