GetFormula Method |
Get a cell's formula.
Signature
RetVal = object.GetFormula nRow, nCol, nContent, pszFormula
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
String
The formula within the cell.
Comments? |