BgColor - property of the PmfTable object
Description:
The property returns or sets the background color of the table.
Values:
RGB String (represents a color) is written in the form
"#RRGGBB".
Note:
Property access
for read and write.
This property is also functional in
Web panels.
Example1:
JavaScriptSelect and copy to clipboard
oTable.BgColor = "#ffffff";
// Writing into the property
var sBgColor = oTable.BgColor;
// Reading from the property