Method: Refresh for MasterLayout
- 更新日2024-09-12
- 1分で読める
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()