Returns an array that describes the specified cell’s adjustments.
To return a cell’s adjustments as an XML string, use GetCellAdjustmentsAsXML. |
<HFMwDataGrid>.GetCellAdjustments (lRow, lColumn)
An array of strings describing the cell adjustments. The array contains one item per adjustment. Each item includes the adjustment’s amount and journal label.
The following example prints the adjustments for the specified cell to the browser.