DIAdem Help

Object: ArrowLine

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

Object: ArrowLine

The ArrowLine object provides the arrow line in DIAdem REPORT.

The following example generates an arrow in the active worksheet and outputs the width of the arrow line:

VBScriptPython

 

Dim oMyArrow, oMyArrowLine
Call Report.NewLayout()
Set oMyArrow = Report.ActiveSheet.Objects.Add(eReportObjectArrow,"MyArrow")
Set oMyArrowLine = oMyArrow.Line
Call MsgBoxDisp(oMyArrowLine.Width)

Properties

Color | LineType | Width