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

Syntax

Namespace: FlexCel.Core

public void SetAllFooters(String value)

Parameters

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

See also