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