Item Property (TableCellCollection)
Gets the
TableCell at the intersection of the specified row and column. This property always returns a non-
null TableCell object.
Parameters
- row
- The 0-based row index.
- col
- The 0-based column index.
Property Value
The cell at the intersection of the specified row and column.