Search Results for

    Show / Hide Table of Contents

    TExcelFile.FreezePanes Method

    This command is equivalent to Menu->Window->Freeze Panes. It will freeze the rows and columns above and to the left from cell. Note that because Excel works this way, when you SplitWindow the panes are suppressed and vice-versa See also GetFrozenPanes This property can work in different windows depending on the value of ActiveWindow

    Syntax

    Unit: FlexCel.Core

    procedure TExcelFile.FreezePanes(const cell: TCellAddress); virtual; abstract;

    Parameters

    <-> Parameter Type Description
    const cell TCellAddress All rows and columns above and to the left of this cell will be frozen. Set it to null or "A1" to unfreeze the panes.

    See also

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