DIAdem Help

Property: BackgroundColor for PageDefaultSettings

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

Property: BackgroundColor for PageDefaultSettings

Specifies the background color of a worksheet in DIAdem REPORT.

Set oBackgroundColor = Object.BackgroundColor
ObjectPageDefaultSettings
Object with this property
oBackgroundColorBackgroundColor
Returned object

The following example assigns the color yellow to the background of the current worksheet:

VBScriptPython

 

Call Report.Settings.Page.BackgroundColor.SetPredefinedColor(eColorIndexYellow)

Log in to get a better experience