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