Method: RemoveAll for ReportObjects
- Updated2024-09-12
- 1 minute(s) read
DIAdem REPORT > Methods > Method: RemoveAll for ReportObjects
Method: RemoveAll for ReportObjects
Deletes all objects in a worksheet in DIAdem REPORT.
Object.RemoveAll()
Object | ReportObjects Object with this method |
The following example deletes all objects of the current worksheet:
VBScript | Python |
Call Report.ActiveSheet.Objects.RemoveAll()