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

Syntax

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

See Also