Object: ArrowLine
- Updated2024-09-12
- 1 minute(s) read
(AdditionalCommentArrow | Arrow | ArrowElement) > Object: ArrowLine
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:
| VBScript | Python |
Dim oMyArrow, oMyArrowLine Call Report.NewLayout() Set oMyArrow = Report.ActiveSheet.Objects.Add(eReportObjectArrow,"MyArrow") Set oMyArrowLine = oMyArrow.Line Call MsgBoxDisp(oMyArrowLine.Width)
Returned From
AdditionalCommentArrow.Line | Arrow.Line | ArrowElement.Line