Object: PageGridSettings
- Updated2024-09-12
- 1 minute(s) read
DIAdem REPORT > Objects > Report > Settings > PageDefaultSettings > Object: PageGridSettings
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.
| VBScript | Python |
Dim oMyPageGridSettings Set oMyPageGridSettings = Report.Settings.Page.Grid oMyPageGridSettings.Enable = True oMyPageGridSettings.Spacing = 5 Report.Refresh()