Search Results for

    Show / Hide Table of Contents

    TExcelFile.SendToBack Method

    Sends the graphical object to the bottom layer on the display (z-order) position. It will show below and will be covered by all other objects on the sheet.

    Remarks

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

    Syntax

    Unit: FlexCel.Core

    procedure TExcelFile.SendToBack(const objectIndex: Integer); virtual; abstract;

    Parameters

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

    See also

    • TExcelFile
    • SendBack
    • SendForward
    • BringToFront
    In This Article
    Back to top FlexCel Studio for VCL and FireMonkey v7.24
    © 2002 - 2025 tmssoftware.com