Versions Compared

Key

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

...

The VerticalGridStyle property establishes the how vertical grid lines are rendered. By default, this is set to "None", which means there are no vertical grid lines. If you want to add vertical grid lines, set this to one of the other options such as "Solid". This property only affects vertical grid lines. To change horizontal grid lines, use HorizontalGridStyle.

Example

Code Block
// Add solid vertical grid lines
Set_Property(@Window:".OLE_REPORTTABLE", "OLE.VerticalGridStyle", "Solid")

// Use dashes for vertical grid lines
Set_Property(@Window:".OLE_REPORTTABLE", "OLE.VerticalGridStyle", "Dash")

See Also

HorizontalGridStyle