Versions Compared

Key

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

...

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)

See Also

CellGridLines