GridColor - property of the PmfTable object
Description:
The property returns or sets the color of the grid of the table.
Values:
"#RRGGBB" -
RGB String (represents a color) is written in the form
"#RRGGBB".
The default value is
"#f0f0f0".
Note:
Property access
for read and write.
This property is also functional in
web panels.
Example1:
JavaScriptSelect and copy to clipboard
oTable.GridColor = "#0000ff";
// Writing into the property
var sGridColor = oTable.GridColor;
// Reading from the property