Sets the formula for a cell.
Supported platforms: Windows only
VBA:
object.SetFormula nRow, nCol, nContent, pszFormula
Type: Table
The object this method applies to.
Access: Input-only
Type: Long
The value of the row.
Access: Input-only
Type: Long
The value of the column.
Access: Input-only
Type: Long
The value of the content.
Access: Input-only
Type: String
The new formula.
No return value.
No additional remarks.
VBA:
Not available
Visual LISP:
Not available