Value - property of the PmfTableCell object
Description:
The value in the table cell.
Note:
Property access
for read and write. This method is also functional in
Web panels.
Example:
JavaScriptSelect and copy to clipboard
oCell.Value = "d457"; //Writing the value
var vValue = oCell.Value; //Reading the value