GetCellTextAsXML

Returns an XML representation of the cell text description for the specified cell.

Tip:

To return a cell text description as a string, use GetCellText.

Syntax

<HFMwDataGrid>.GetCellTextAsXML (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

Returns an XML string of the cell text for the cell. The XML string is described in Cell Text DTD.