DIAdem Help

Object: SolidLine

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

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