GetCellInfoAsXML

Returns an XML string containing various types of information for the specified cell, such as the cell’s dimension members and calculation status.

Tip:

To return cell information in a non-XML format, use GetCellInfo.

Syntax

<HFMwDataGrid>.GetCellInfoAsXML (lRow, lColumn)

Argument

Description

lRow

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

Input argument. Long subtype.

lColumn

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

Input argument. Long subtype.

Return Value

Returns an XML string of the cell information. The XML string is described in Cell Information DTD.