SetTextString Method

Sets the text value of a cell.

See Also | Example

Signature

object.SetTextString nRow, nCol, nContent, text

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.

text

String; Input-only
The string value to store.

 

   Comments?