Table of Contents

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

Namespace: FlexCel.Core

public Boolean IsValidObjectPathObjName(String objectName)

Parameters

<-> Parameter Type Description
objectName String

See also