DIAdem Help

Method: RemoveAll for ReportObjects

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

Method: RemoveAll for ReportObjects

Deletes all objects in a worksheet in DIAdem REPORT.

Object.RemoveAll()
ObjectReportObjects
Object with this method

The following example deletes all objects of the current worksheet:

VBScriptPython

 

Call Report.ActiveSheet.Objects.RemoveAll()

Log in to get a better experience