Search Results for

    Show / Hide Table of Contents

    TExcelFile.DeleteCustomTableStyle Method

    Overloads

    • TExcelFile.DeleteCustomTableStyle(Integer)
    • TExcelFile.DeleteCustomTableStyle(string)

    TExcelFile.DeleteCustomTableStyle(Integer)

    Deletes an existing table style.

    Syntax

    Unit: FlexCel.Core

    procedure TExcelFile.DeleteCustomTableStyle(const index: Integer); overload; virtual; abstract;

    Parameters

    <-> Parameter Type Description
    const index Integer Position of the table style to delete (1 based).

    See also

    • TExcelFile

    TExcelFile.DeleteCustomTableStyle(string)

    Deletes an existing table style given its name.

    Syntax

    Unit: FlexCel.Core

    procedure TExcelFile.DeleteCustomTableStyle(const name: string); overload; virtual; abstract;

    Parameters

    <-> Parameter Type Description
    const name string Name of the table style to delete. If the name doesn't exist, this method will throw an exception.
    Case insensitive: "NAME" is the same as "name".

    You can use HasCustomTableStyle to check if a table style exists before deleting it.

    See also

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