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

Syntax

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

See Also