Search Results for

    Show / Hide Table of Contents

    TExcelFile.FillPageHeaderOrFooter Method

    Given a Page Header or footer string including macros (like [FileName] or [PageNo]), this method will return the strings that go into the left, right and middle sections.

    Syntax

    Unit: FlexCel.Core

    procedure TExcelFile.FillPageHeaderOrFooter(const fullText: string; var leftText: string; var centerText: string; var rightText: string); virtual; abstract;

    Parameters

    <-> Parameter Type Description
    const fullText string Header or footer text.
    var leftText string Text that should be left justified.
    var centerText string Text that should be centered.
    var rightText string Text that should be right justified.

    See also

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