GetArray - method of the PmfTableRow object
Description:
Returns 1-dimensional array (
PmArray) of values of all cells of the table row.
Syntax:
PmArray GetArray()
Example:
JavaScriptSelect and copy to clipboard
var aValues = oRow.GetArray();
Pm.Debug(aValues, 1);