getCellValue method



Gets the value in the specified cell.

Syntax

valString = waffleObject.getCellValue(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 value contained in the cell. If the cell is empty, then the null string is returned.

Usage

[[Add if applicable.]]

Example
getCellValue method example

See also
ExternalCreateCell method
getCellFormula method