Skip to main content

TdxSpreadSheetContainer.BringToFront Method

Moves the floating container object to the top container layer in a worksheet.

Declaration

procedure BringToFront;

Remarks

This procedure moves the container from its current position to the top layer.

An end-user can move a container to the top layer by clicking the Bring to Front item of the container’s context menu.

Also, the BringToFront procedure has its SendToBack counterpart that moves any container to the bottom layer.

Note

The BringToFront procedure has no effect if the container object is already located in the topmost container layer. Both the BringToFront and SendToBack procedures have no effect on comment containers. All comments are always displayed on top.

See Also