Property: Author for WorkbookInfo
- Updated2024-09-12
- 1 minute(s) read
DataPlugin > Properties > Property: Author for WorkbookInfo
Property: Author for WorkbookInfo
Specifies the author of the edited workbook.
Object.Author
Object | WorkbookInfo Object with this property |
Object.Author | String with read access |
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)