Determines how grid lines will be displayed in the grid
Type: Property
Access: Read/Write
Data Type: Integer
Parameters:
None
Syntax
Property Integer GridLine_Mode
| Get GridLine_Mode to IntegerVariable |
| Set GridLine_Mode to IntegerVariable/Value |
Description
The Gridline_mode property determines how grid lines will be displayed in the grid. You may choose to display no lines, horizontal lines, vertical lines, or both horizontal and vertical lines.
If no value is specifically set, a default setting is used. The default is stored in a global integer named default_table_grid. Its default value is grid_visible_both. You may change this value in your program. You may also change this default value within your registry by changing the key TableGrid.
If you set the key TableGrid in the registry, you must use the values 0 through 3:
| Constant | Meaning | |
| 0 | Grid_Visible_none |
| 1 | Grid_Visible_Horz |
| 2 | Grid_Visible_Vert |
| 3 | Grid_Visible_Both |