Constructs a Table with a certain number of columns and a certain number of Rows.

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

Syntax

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

Parameters

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

See Also