SetValue Method |
Sets the value of a cell.
Signature
object.SetValue nRow, nCol, nContent, acValue
Object
Table
The object this method applies to.
nRow
Integer; Input-only
The row number of the cell to set.
nCol
Integer; Input-only
The column number of the cell to set.
nContent
Integer; Input-only
The content value of the cell.
acValue
VARIANT; Input-only
The cell value to set.
Comments? |