getCellFormula method



Gets the formula in the specified cell.

Syntax

formString = waffleObject.getCellFormula(blank, row, col)

Applies to

Waffle class.

Parameters

blank
Integer. A placeholder, reserved for future use. The value must be 0.
row
Integer. The row offset for the cell. The offset is zero-based, so 0 specifies row 1.
col
Integer. The column offset for the cell. The offset is zero-based, so 0 specifies column A.

Return value

String. The formula contained in the cell. If the cell has no formula, then the null string is returned.

Usage

[[Add if applicable.]]

Example
getCellFormula method example

See also
ExternalCreateCell method
getCellValue method