Table of Contents

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

Unit: FlexCel.XlsAdapter

function TXlsFile.FindObjectByShapeId(const ShapeId: Int64): Integer; override;

Parameters

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

See also