Initializes a new instance of the SimpleCell class

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

Syntax

C#
public SimpleCell(
	bool row
)
Visual Basic
Public Sub New ( _
	row As Boolean _
)
Visual C++
public:
SimpleCell(
	bool row
)

Parameters

row
Type: System..::..Boolean

See Also