Adds a Cell to the Table.

Namespace: iTextSharp.text
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public void AddCell(
	Cell cell
)
Visual Basic
Public Sub AddCell ( _
	cell As Cell _
)
Visual C++
public:
void AddCell(
	Cell^ cell
)

Parameters

cell
Type: iTextSharp.text..::..Cell
a Cell

See Also