DIAdem Help

Property: Objects for Sheet

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

Property: Objects for Sheet

Specifies the objects in a DIAdem REPORT worksheet.

Set oReportObjects = Object.Objects
ObjectSheet
Object with this property
oReportObjectsReportObjects
Returned object

The following example displays the number of objects contained in each of the worksheets in DIAdem REPORT:

VBScriptPython

 

Dim oMySheet
For Each oMySheet in Report.Sheets
  Call MsgBoxDisp(oMySheet.Objects.Count)
Next

Log in to get a better experience