PrivateData - property of the PmfTableRow object
Description:
Reading or writing private value into the table row.
Syntax:
Variant PrivateData
Note:
Property access
for read and write. This method is also functional in
Web panels.
Example:
JavaScriptSelect and copy to clipboard
oRow.PrivateData = "d457"; //Writing the value
var vPrivateData = oRow.PrivateData; //Reading the value