TExcelFile.GetSupportingFile Method
Returns a recalculating supporting file for this spreadsheet. Supporting files are added using a Workspace object.
Syntax
Unit: FlexCel.Core
function TExcelFile.GetSupportingFile(const fileName: string): TExcelFile; virtual; abstract;
Parameters
<-> |
Parameter |
Type |
Description |
const |
fileName |
string |
File to return. It might be a full filename with path or only the name of the file. |
Returns
The supporting file with the given filename.
See also