GridWidth - property of the PmfTable object
Description:
The property returns or sets the width of the line of the grid of the table.
Values:
0 - The table grid will not be visible.
1 (default) - The table grid will be displayed. The grid line width will be 1px.
Note:
Property access
for read and write.
This property is also functional in
Web panels.
Example1:
JavaScriptSelect and copy to clipboard
oTable.GridWidth = 0;
// Writing into the property
var nGridWidth = oTable.GridWidth;
// Reading from the property