GetCellText

Returns the cell text description for the specified cell.

Tip:

To return a cell text description as an XML string, use GetCellTextAsXML.

Syntax

<HFMwDataGrid>.GetCellText (lRow, lCol)

Argument

Description

lRow

The index (0-based) that identifies the cell’s row.

Input argument. Long subtype.

lCol

The index (0-based) that identifies the cell’s column.

Input argument. Long subtype.

Return Value

The cell text for the cell.