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

Syntax

C#
public void AddCellEvent(
	IPdfPCellEvent eventa
)
Visual Basic
Public Sub AddCellEvent ( _
	eventa As IPdfPCellEvent _
)
Visual C++
public:
void AddCellEvent(
	IPdfPCellEvent^ eventa
)

See Also