Search Results for

    Show / Hide Table of Contents

    ExcelFile.RenameTable Method

    Renames an existing table to a new name, renaming also all references to that table. Note that the final name of the table might not be the name you specified in newName, if newName already existed. You need to check the result of this method to know the actual name which the table was renamed to.

    Syntax

    Namespace: FlexCel.Core

    public abstract String RenameTable(String existingName, String newName)

    Parameters

    <-> Parameter Type Description
    existingName String Existing name of the table.
    newName String New name of the table.

    Returns

    The actual new name of the table. It might be different from newName if newName already existed in the file.

    See also

    • ExcelFile
    In This Article
    Back to top FlexCel Studio for the .NET Framework v7.24.0.0
    © 2002 - 2025 tmssoftware.com