Table of Contents

THeaderAndFooter.SetAllHeaders Method

Sets the headers 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.SetAllHeaders(const value: string);

Parameters

<-> Parameter Type Description
const value string String with the header.

See also