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