Table of Contents

TWorkspace.Create Constructor

Creates a new workspace.

Syntax

Unit: FlexCel.Core

constructor TWorkspace.Create(const OwnsFiles: Boolean = False);

Parameters

<-> Parameter Type Description
const OwnsFiles Boolean Optional: Default value is False

If true, the XlsFile objects added to this Workbook will be freed when you free the Workbook. Otherwise, you have to free the individual XlsFile objects independently.

See also