Table of Contents

TExcelFile.ImageIndexToObjectPath Method

Returns the absolute object path for an image, given an image index. Note that this method can be slow if there are many objects in the file. Whenever possible, prefer the methods that take directly an imageIndex instead of converting the imageIndex to an objectPath.

Syntax

Unit: FlexCel.Core

function TExcelFile.ImageIndexToObjectPath(const imageIndex: Integer): string; virtual; abstract;

Parameters

<-> Parameter Type Description
const imageIndex Integer Image index on the image array.

Returns

Image index on the total objects array.

See also