Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If you wish to show your grid lines at all times, set this property to 1.

Example

Code Block
 // Show gridlines regardless of their location 
Set_Property(@Window:".OLE_EDITTABLE", "OLE.ShowBorderGrid", 1) 

 // Hide gridlines adjacent to the table's border 
Set_Property(@Window:".OLE_EDITTABLE", "OLE.ShowBorderGrid", 0)

...