Table of Contents

TXlsFile.FindObjectPath Method

Finds an object by its name, and returns the ObjectPath you need to use this object. Note that if there is more than an object with the same name in the sheet, this method will return null.

Syntax

Unit: FlexCel.XlsAdapter

function TXlsFile.FindObjectPath(const objectName: string): string; override;

Parameters

<-> Parameter Type Description
const objectName string Name of the object we are looking for.

See also