Table of Contents

TExcelObjectList.TExcelObjectList Constructor

Overloads

TExcelObjectList.TExcelObjectList

Creates a new instance. IncludeCopies is false.

Syntax

Namespace: FlexCel.Core

public TExcelObjectList()

See also

TExcelObjectList.TExcelObjectList(Boolean)

Creates a new TObjectList instance.

Syntax

Namespace: FlexCel.Core

public TExcelObjectList(Boolean includeCopies)

Parameters

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

See also