Table of Contents

THeaderAndFooter.GetHeader Method

Returns the header for a given page, considering if there are differences in even/odd pages or the first page.

Syntax

Unit: FlexCel.Core

function THeaderAndFooter.GetHeader(const currentPage: Integer): string;

Parameters

<-> Parameter Type Description
const currentPage Integer Page for which you want the headers (1 based)

See also