Table of Contents

THeaderAndFooter.SetAllFooters Method

Sets the footers for all the pages to a given string. Note that setting this value will set DiffEvenPages and DiffFirstPage to false. For a description of the possible values of this string, see TExcelFile.PageHeader

Syntax

Unit: FlexCel.Core

procedure THeaderAndFooter.SetAllFooters(const value: string);

Parameters

<-> Parameter Type Description
const value string Sting with the footer.

See also