DIAdem Help

Content Type
Programming Language
Current manual
Table of Contents

Property: FileInfo for Workbook

Property: FileInfo for Workbook

Returns the FileInfo object that contains information about the workbook that the DataPlugin is currently processing.

Set oInfo = Object.FileInfo
ObjectWorkbook
Object with this property
oInfoInfo
Returned object

The following example saves the name of the edited file as a root property:

Call Root.Properties.Add("Filename", Workbook.FileInfo.FileName)
In This Section
Was this information helpful?