Versions Compared

Key

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

...

The BorderType property establishes the kind of border to appear around the edges of the control. There are several types of borders as visualized below:


Report Table Control Border.pngImage Removed Image Added

Example

Code Block
// Remove the border 
Set_Property(@Window:".OLE_REPORTTABLE", "OLE.Border", "None") 

// Use the XP border 
Set_Property(@Window:".OLE_REPORTTABLE", "OLE.Border", "XP")