BgColor - property of the PmfTableCell object
Description:
Setting/getting the background color of selected cell 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
oCell.BgColor = "#ffffff"; //Writing the value
var sBgColor = oCell.BgColor; //Reading the value