returns the element at the position row, column (Cast to Cell or Table)

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

Syntax

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

Parameters

row
Type: System..::..Int32
column
Type: System..::..Int32

Return Value

an object

See Also