Table of Contents

XlsFile.ImageIndexToObjectIndex Method

Returns the general index on the object list for an image. You can use then this index on SendToBack, for example. Note that if the image is in a group, this method will return the first object index for the group that contains the image. If you want to get the object path to the image instead, look at ExcelFile.ImageIndexToObjectPath

Syntax

Namespace: FlexCel.XlsAdapter

public override Int32 ImageIndexToObjectIndex(Int32 imageIndex)

Parameters

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

Returns

Image index on the total objects array.

See also