Returns a Cell object that represents a cell in a table.
Syntax
expression.Cell(Row, Column)
expression Required. An expression that returns a Table object.
Row Required Long. The number of the row in the table to return. Can be an integer between 1 and the number of rows in the table.
Column Required Long. The number of the cell in the table to return. Can be an integer between 1 and the number of columns in the table.