Object: Comment
- Updated2024-09-12
- 1 minute(s) read
(ReportObjects | SelectedObjects) > Object: Comment
Object: Comment
The Comment object provides a comment in DIAdem REPORT.
The following example generates a comment in the current worksheet:
| VBScript | Python |
Dim oMyComment Call Report.NewLayout() Set oMyComment = Report.ActiveSheet.Objects.Add(eReportObjectComment,"MyComment") oMyComment.Comment.Text = "This is a comment" Call Report.Refresh()
Properties
Arrow | Comment | Index | IsSelected | Name | ObjectType | Position | SelectedElements | TagStored | TagTemporary
Methods
Returned From
CommentDropContext.Comment | ReportObjects.Add | ReportObjects.Copy | ReportObjects.Item | SelectedObjects.Item | ToolTipCommentContext.Comment