Constructs a Table with a certain number of columns.

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

Syntax

C#
public Table(
	int columns
)
Visual Basic
Public Sub New ( _
	columns As Integer _
)
Visual C++
public:
Table(
	int columns
)

Parameters

columns
Type: System..::..Int32
The number of columns in the table

See Also