DIAdemヘルプ

Object: PageGridSettings

  • 更新日2024-09-12
  • 2分で読める

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