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