SetFormula Method

Set a cell's formula.

See Also | Example

Signature

object.SetFormula nRow, nCol, nContent, pszFormula

Object

Table
The object this method applies to.

nRow

Integer; Input-only
The value of the row.

nCol

Integer; Input-only
The value of the column.

nContent

Integer; Input-only
The value of the content.

pszFormula

String; Input-only
The new formula.

 

   Comments?