Versions Compared

Key

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

...

The HorizontalGridStyle property establishes the how horizontal grid lines are rendered. To remove horizontal grid lines, set this to "None". The default is "Solid" grid lines. This property only affects horizontal grid lines. To change vertical grid lines, use VerticalGridStyle.

Example

Code Block
// Remove horizontal grid lines
Set_Property(@Window:".OLE_REPORTTABLE", "OLE.HorizontalGridStyle", "None")

// Use dotted horizontal grid lines
Set_Property(@Window:".OLE_REPORTTABLE", "OLE.HorizontalGridStyle", "DotSmall")

See Also

VerticalGridStyle