Property: SelectedObjects for Report
- Updated2024-09-12
- 1 minute(s) read
DIAdem REPORT > Properties > Property: SelectedObjects for Report
Property: SelectedObjects for Report
Returns a collection of all selected elements in DIAdem REPORT.
Set oSelectedObjects = Object.SelectedObjects
Object | Report Object with this property |
oSelectedObjects | SelectedObjects Returned object |
The following example displays the number of selected objects:
VBScript | Python |
Call MsgBoxDisp("Number of selected objects: " & Report.SelectedObjects.Count)