Property: BackgroundColor for PageDefaultSettings
- Updated2024-09-12
- 1 minute(s) read
DIAdem REPORT > Properties > Property: BackgroundColor for PageDefaultSettings
Property: BackgroundColor for PageDefaultSettings
Specifies the background color of a worksheet in DIAdem REPORT.
Set oBackgroundColor = Object.BackgroundColor
Object | PageDefaultSettings Object with this property |
oBackgroundColor | BackgroundColor Returned object |
The following example assigns the color yellow to the background of the current worksheet:
VBScript | Python |
Call Report.Settings.Page.BackgroundColor.SetPredefinedColor(eColorIndexYellow)