| aArray | (PmArray) 1-dimensional array of values (PmArray). The number of array elements must be the same as the number of cells in the specified table column. |
|---|
var aValues = Pm.Array1("text 1", "text 2", "text 3", "text 4");
oCol.SetArray(aValues);