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

Syntax

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

See Also