Table of Contents

Property IncludePageHeadersAndFooters

Namespace
DocWright.Reporting.Export
Assembly
DocWright.Reporting.Export.dll

IncludePageHeadersAndFooters

Gets or sets whether page headers and footers are written. False by default.

public bool IncludePageHeadersAndFooters { get; set; }

Property Value

bool

Remarks

Off because a page header repeated once per page becomes a band of text through the middle of a spreadsheet, which is noise in a grid even though it is structure on a page. The reference implementation writes them; this is a deliberate divergence, and turning it on reproduces that behaviour.