DIAdem Help

Content Type
Programming Language
Current manual
Table of Contents

Property: Author for WorkbookInfo

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)
In This Section
Was this information helpful?