SetCellValue Method |
Sets the cell value for the given row and column.
Signature
object.SetCellValue row, col, val
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.
val
VARIANT; Output-only
The new cell value.
Comments? |