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

Syntax

C#
public int NumCellRendered(
	PdfCell cell
)
Visual Basic
Public Function NumCellRendered ( _
	cell As PdfCell _
) As Integer
Visual C++
public:
int NumCellRendered(
	PdfCell^ cell
)

See Also