Table of Contents

XlsFile.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

Namespace: FlexCel.XlsAdapter

public override String FindObjectPath(String objectName)

Parameters

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

See also