FindCell Method (TableCellCollection)
In This Topic
Returns the
TableCell object at the specified row and column in the containing
RenderTable, or
null if that object has not been initialized.
Syntax
Parameters
- row
- The 0-based row index of the cell.
- col
- The 0-based column index of the cell.
Return Value
The
TableCell object at the specified row and column, or
null.
See Also