Method: Refresh for MasterLayout
- Updated2024-09-12
- 1 minute(s) read
DIAdem REPORT > Methods > Method: Refresh for MasterLayout
Method: Refresh for MasterLayout
Refreshes the master layout in DIAdem REPORT.
Object.Refresh()
| Object | MasterLayout Object with this method |
The following example refreshes the master layout:
| VBScript | Python |
Call Report.Settings.MasterLayout.Refresh()