BgColor - property of the PmfTableRow object
Description:
Setting/getting the background color of selected row in table area.
Values:
RGB String (represents a color) is written in the form
"#RRGGBB".
Note:
Property access
for read and write. This method is also functional in
Web panels.
Example1:
JavaScriptSelect and copy to clipboard
oRow.BgColor = "#ffffff"; //Writing the value
var sBgColor = oRow.BgColor; //Reading the value