DIAdem-Hilfe

Object: PageDefaultSettings

  • Aktualisiert2024-09-12
  • 1 Minute(n) Lesezeit

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:

VBScriptPython

 

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

Returned From

Settings.Page