DIAdem Help

Object: WorkbookInfo

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

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)

Properties

Author | Title

Returned From

Workbook.WorkbookInfo

Log in to get a better experience