GetHasFormula Method |
Check if a cell has a formula.
Signature
RetVal = object.GetHasFormula nRow, nCol, nContent
Object
Table
The object this method applies to.
nRow
Integer; Input-only
The value of the row.
nCol
Integer; Input-only
The value of the column.
nContent
Integer; Input-only
The value of the content.
RetVal
Boolean
The Boolean flag for the formula status.
Comments? |