Table of Contents

TExcelFile.GetObjectName Method

Returns the name of the object at objectIndex position.

Syntax

Unit: FlexCel.Core

function TExcelFile.GetObjectName(const objectIndex: Integer): string; virtual; abstract;

Parameters

<-> Parameter Type Description
const objectIndex Integer Object index. (1-based)

See also