Table of Contents

LoadLinkedFileEventArgs Class

Arguments passed on TWorkspace.LoadLinkedFile

Syntax

Namespace: FlexCel.Core

public class LoadLinkedFileEventArgs: EventArgs

Constructors

Name Description
LoadLinkedFile​Event​Args 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.