Adds a Cell to the Table at a certain location.

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

Syntax

C#
public void AddCell(
	Cell aCell,
	Object aLocation
)
Visual Basic
Public Sub AddCell ( _
	aCell As Cell, _
	aLocation As Object _
)
Visual C++
public:
void AddCell(
	Cell^ aCell, 
	Object^ aLocation
)

Parameters

aCell
Type: iTextSharp.text..::..Cell
The Cell to add
aLocation
Type: System..::..Object
The location where the Cell will be added

See Also