Adds a Cell to the Table.

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

Syntax

C#
public void AddCell(
	Phrase content,
	Point location
)
Visual Basic
Public Sub AddCell ( _
	content As Phrase, _
	location As Point _
)
Visual C++
public:
void AddCell(
	Phrase^ content, 
	Point location
)

Parameters

content
Type: iTextSharp.text..::..Phrase
a Phrase
location
Type: System.Drawing..::..Point
a System.Drawing.Point

See Also