DIAdem Help

Property: Author for WorkbookInfo

  • Updated2024-09-12
  • 1 minute(s) read

Property: Author for WorkbookInfo

Specifies the author of the edited workbook.

Object.Author
ObjectWorkbookInfo
Object with this property
Object.AuthorString 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)