Search Results for

    Show / Hide Table of Contents

    TXlsBaseChart.DeleteImage Method

    Overloads

    • TXlsBaseChart.DeleteImage(Integer)
    • TXlsBaseChart.DeleteImage(Integer, Boolean, string)

    TXlsBaseChart.DeleteImage(Integer)

    Deletes the image at position imageIndex.

    Syntax

    Unit: FlexCel.XlsAdapter

    procedure TXlsBaseChart.DeleteImage(const imageIndex: Integer); overload;

    Parameters

    <-> Parameter Type Description
    const imageIndex Integer Index of the image to delete. (1 based)

    See also

    • TXlsBaseChart

    TXlsBaseChart.DeleteImage(Integer, Boolean, string)

    Deletes the image at position imageIndex.

    Syntax

    Unit: FlexCel.XlsAdapter

    procedure TXlsBaseChart.DeleteImage(const imageIndex: Integer; const usesObjectIndex: Boolean; const objectPath: string); overload;

    Parameters

    <-> Parameter Type Description
    const imageIndex Integer Index of the image to delete. (1 based)
    const usesObjectIndex Boolean If false (the default) then imageIndex is an index to the list of images.
    When true imageIndex is an index to the list of all objects in the sheet.
    const objectPath string Path to the object, when the object is grouped with others. This parameter only has meaning if usesObjectIndex is true.

    If it is "absolute"(it starts with "\\"), then the path includes the objectIndex, and the objectIndex is not used. An object path of "\\1\\2\\3" is exactly the same as using objectIndex = 1 and objectPath = "2\\3"

    See also

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