Search Results for

    Show / Hide Table of Contents

    TExcelFile.RenameStyle Method

    Renames an existing style. Note that this might be a user-defined style, you can't rename built-in styles.

    Syntax

    Unit: FlexCel.Core

    procedure TExcelFile.RenameStyle(const oldName: string; const newName: string); virtual; abstract;

    Parameters

    <-> Parameter Type Description
    const oldName string Name of the existing style in the workbook.
    const newName string New name for the style. It must not exist.

    See also

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