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 ExcelFile.PageHeader

Syntax

Namespace: FlexCel.Core

public void SetAllHeaders(String value)

Parameters

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

See also