TLoadLinkedFileEventArgs Class
Arguments passed on TWorkspace.LoadLinkedFile
Syntax
Unit: FlexCel.Core
TLoadLinkedFileEventArgs = class(EventArgs);
Constructors
Name |
Description |
Create |
Creates a new Argument.
|
Properties
Name |
Description |
FileName |
The filename of the file we need. Note: The path of this filename is relative to where the parent file is. you might need to add the main path to it in order to load the files.
|
Xls |
Use this parameter to return the ExcelFile that corresponds with FileName. If you return null here, it means that the file was not found and it will result in #REF errors in the formulas that reference that file.
|