Table of Contents

TExcelObjectList.Create Constructor

Overloads

TExcelObjectList.Create

Creates a new instance. IncludeCopies is false.

Syntax

Unit: FlexCel.Core

constructor TExcelObjectList.Create;

See also

TExcelObjectList.Create(Boolean)

Creates a new TObjectList instance.

Syntax

Unit: FlexCel.Core

constructor TExcelObjectList.Create(const includeCopies: Boolean);

Parameters

<-> Parameter Type Description
const includeCopies Boolean If true, all shape ids of copied shapes will be included in the Copies property.

See also