DIAdem Help

Object: PageGridSettings

  • Updated2024-09-12
  • 1 minute(s) read

Object: PageGridSettings

The PageGridSettings object provides the properties of a grid in DIAdem REORT.

The following example displays a grid with a grid interval of 5 percent in the background of DIAdem REPORT.

VBScriptPython

 

Dim oMyPageGridSettings
Set oMyPageGridSettings = Report.Settings.Page.Grid
oMyPageGridSettings.Enable = True
oMyPageGridSettings.Spacing = 5
Report.Refresh()

Properties

Enable | Spacing

Returned From

PageDefaultSettings.Grid