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

Syntax

C#
public PdfPCell Cell { get; }
Visual Basic
Public ReadOnly Property Cell As PdfPCell
	Get
Visual C++
public:
property PdfPCell^ Cell {
	PdfPCell^ get ();
}

See Also