Description
Returns a TableCell object that represents the table cell that exists at the given column and row.
C#
vb.net
Parameters
row
Anint
representing the table cell's row.
column
Anint
representing the table cell's column.
Returns
AnTableCell
object that represents the table cell that exists at the given column and row.
Examples
C#
vb.net