Table of Contents

TExcelFile.IsValidObjectPathObjName Method

Returns true if the object name exists and it is unique in the sheet. You can use FindObjectPath to find the object path you need for this object name.

Syntax

Unit: FlexCel.Core

function TExcelFile.IsValidObjectPathObjName(const objectName: string): Boolean;

Parameters

<-> Parameter Type Description
const objectName string

See also