Initializes a new instance of the IncCell class

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

Syntax

C#
public IncCell(
	string tag,
	ChainedProperties props
)
Visual Basic
Public Sub New ( _
	tag As String, _
	props As ChainedProperties _
)
Visual C++
public:
IncCell(
	String^ tag, 
	ChainedProperties^ props
)

See Also