Get a cell's formula.
Supported platforms: Windows only
VBA:
RetVal = object.GetFormula(nRow, nCol, nContent)
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.
Type: String
The formula within the cell.
No additional remarks.
VBA:
Not available
Visual LISP:
Not available