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

Syntax

C#
public PdfPCell CreatePdfPCell(
	SimpleCell rowAttributes
)
Visual Basic
Public Function CreatePdfPCell ( _
	rowAttributes As SimpleCell _
) As PdfPCell
Visual C++
public:
PdfPCell^ CreatePdfPCell(
	SimpleCell^ rowAttributes
)

Parameters

rowAttributes
Type: iTextSharp.text..::..SimpleCell

See Also