GridLines Property

The GridLines property determines whether a grid or HTML Table displays grid lines.

Applies to: Grids, HTML Tables.

Setting dynamically:

Winform Set form.control.GRIDLINES TO {0|1};

Property settings:

0 - No

Hides the grid lines.

1 - Yes

Displays the grid lines (the default).


WebFOCUS