GetValue Method

Gets the value of a cell.

See Also | Example

Signature

RetVal = object.GetValue nRow, nCol, nContent

Object

Table
The object this method applies to.

nRow

Integer; Input-only
The row number of the cell to delete.

nCol

Integer; Input-only
The column number of the cell to delete.

nContent

Integer; Input-only
The content value of the cell.

RetVal

VARIANT
The cell's value.

 

   Comments?