Check if a cell has a formula.
Supported platforms: Windows only
VBA:
RetVal = object.GetHasFormula(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: Boolean
No additional remarks.
VBA:
Not available
Visual LISP:
Not available