Table of Contents

XlsFile.FindObjectByShapeId Method

Finds an object given its internal shape id, and returns the object index you need to access the same object in FlexCel.

Syntax

Namespace: FlexCel.XlsAdapter

public override Int32 FindObjectByShapeId(Int64 ShapeId)

Parameters

<-> Parameter Type Description
ShapeId Int64 Shape id of the object.

See also