Check if a cell has a formula.
Supported platforms: Windows only
Signature
VBA:
RetVal = object.GetHasFormula(nRow, nCol, nContent)
- object
-
Type: Table
The object this method applies to.
- nRow
-
Access: Input-only
Type: Long
The value of the row.
- nCol
-
Access: Input-only
Type: Long
The value of the column.
- nContent
-
Access: Input-only
Type: Long
The value of the content.
Return Value (RetVal)
Type: Boolean
- True: The table cell contains a formula.
- False: The table cell does not contain a formula.
Remarks
No additional remarks.
Examples
VBA:
Not available
Visual LISP:
Not available