Table of Contents

TWorkspace.GetFile Method

Returns the file at index.

Syntax

Unit: FlexCel.Core

function TWorkspace.GetFile(const index: Integer): TExcelFile;

Parameters

<-> Parameter Type Description
const index Integer Index of the file in the workspace. (1 based)

See also