Gets a Cell or Table from a certain column.

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

Syntax

C#
public Object GetCell(
	int column
)
Visual Basic
Public Function GetCell ( _
	column As Integer _
) As Object
Visual C++
public:
Object^ GetCell(
	int column
)

Parameters

column
Type: System..::..Int32
the column the Cell/Table is in.

Return Value

the Cell,Table or Object if the column was reserved or null if empty.

See Also