To put a table within the existing table at the current position generateTable will of course re-arrange the widths of the columns.

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

Syntax

C#
public void InsertTable(
	Table aTable
)
Visual Basic
Public Sub InsertTable ( _
	aTable As Table _
)
Visual C++
public:
void InsertTable(
	Table^ aTable
)

Parameters

aTable
Type: iTextSharp.text..::..Table
the table you want to insert

See Also