Description
Used to get the text value of a cell from the cell where the specified row and column intersect or specify literal text to be output to the cell where the specified row and column intersect.
Applicable Events
Post Extract, AnyApp Post Extract, Pre-Verify, Interactive, Verification Function Key (F-Key), Post-Verify
Syntax
object.CellText (nRow, nCol)
Parameters
Object is a reference to the GridChoiceDialog object. For more information, see GridChoiceDialog Object (page GridChoiceDialog Object).
CellText is the command.
nRow is the row that is being referenced.
nCol is the column that is being referenced.
Example
To get the property value:
strText = GridChoiceDialog.CellText (nRow, nCol)
To specify literal text:
GridChoiceDialog.CellText (nRow, nCol) = strText