Object: WorkbookInfo
- Updated2024-09-12
- 1 minute(s) read
(General | Objects) > DataPlugin > Workbook > Object: WorkbookInfo
Object: WorkbookInfo
The WorkbookInfo object provides information on the open workbook.
The following example saves the description and the author of the workbook as a root property:
Call Root.Properties.Add("Title", Workbook.WorkbookInfo.Title) Call Root.Properties.Add("Author", Workbook.WorkbookInfo.Author)