Object: PageDefaultSettings
- Updated2024-09-12
- 1 minute(s) read
DIAdem REPORT > Objects > Report > Settings > Object: PageDefaultSettings
Object: PageDefaultSettings
The PageDefaultSettings object provides the global settings of a worksheet in DIAdem REPORT.
The following example assigns the color yellow to the background of the current worksheet:
| VBScript | Python |
Call Report.Settings.Page.BackgroundColor.SetPredefinedColor(eColorIndexYellow) Call Report.Refresh()
Properties
BackgroundColor | BorderLine | BorderVisible | Dimensions | Grid | LockUpdate