GetCellValue Method |
Gets the cell value for the given row and column.
Signature
RetVal = object.GetCellValue row, col
Object
Table
The object this method applies to.
row
Integer; Input-only
The row number of the cell to set.
col
Integer; Input-only
The column number of the cell to set.
RetVal
VARIANT
The cell value.
Comments? |