Table of Contents

ExcelFile.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.Core

public abstract String FindObjectPath(String objectName)

Parameters

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

See also