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 into the property
var sBgColor = oRow.BgColor;
// Reading from the property