Table of Contents

XlsFile.BringToFront Method

Sends the graphical object to the top layer on the display (z-order) position. It will show above and will cover all other objects on the sheet.

Remarks

This will change the order of the array, so after calling BringToFront(i), position i will have a new object.

Syntax

Namespace: FlexCel.XlsAdapter

public override void BringToFront(Int32 objectIndex)

Parameters

<-> Parameter Type Description
objectIndex Int32 Index of the object to move. (1 based)

See also