GetCellAdjustmentsAsXML

Returns an XML string that describes the specified cell’s adjustments.

Tip:

To return a cell’s adjustments as an array, use GetCellAdjustments.

Syntax

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

An XML string that describes the cell’s adjustments. The XML string is described in Cell Adjustment DTD.