Skip to main content

TdxSpreadSheetContainer.SendToBack Method

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

Declaration

procedure SendToBack;

Remarks

This procedure moves the container from its current position to the bottom layer. Technically, the SendToBack procedure sets the Index property to zero.

An end-user can move a container to the bottom layer by clicking the Send to Back item of the container’s context menu.

Also, the SendToBack procedure has its BringToFront conterpart that moves any container to the topmost layer.

Note

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

See Also