Gets the
TableCell at the specified column index. This property always returns a non-
nullTableCell object.
'Declaration
Public ReadOnly Default Property Item( _
ByVal As Integer _
) As TableCell
Parameters
- col
- The index of the cell in the current row (i.e. the column index).
Property Value
The cell at the specified index.