getCellValueAsstring method



Returns the contents of the upper-left cell in the range as a string.

Syntax

thestring = Range.getCellValueAsstring()

Parameters

none.

Return value

thestring
string. The cell value as a string.

Usage

Use getCellContents() if you want to retrieve the formula from a cell, rather than the value to which the formula evaluates.

See also
getCellContents method
setCellContentsFromNumber method
setCellContentsFromstring method
getCellValueAsNumber method