DIAdem-Hilfe

Object: SolidLine

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

Object: SolidLine

The SolidLine object provides the properties of a line in DIAdem REPORT.

The following example specifies the properties of the global frame:

VBScriptPython

 

Dim oMyBorderLine
Set oMyBorderLine = Report.Settings.Page.BorderLine
Call oMyBorderLine.Color.SetPredefinedColor(eColorIndexBlue)
oMyBorderLine.Width = eLineWidth0100
Call Report.Refresh() 

Properties

Color | Width