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