Skip to main content

TdxSpreadSheetTableViewOptionsPrintHeaderFooter.EvenPagesHeader Property

Specifies the header content specific only to the even worksheet printout pages.

Declaration

property EvenPagesHeader: TdxSpreadSheetTableViewOptionsPrintHeaderFooterText read; write;

Property Value

Type
TdxSpreadSheetTableViewOptionsPrintHeaderFooterText

Remarks

Use the EvenPagesHeader.LeftSection, EvenPagesHeader.CenterSection, and EvenPagesHeader.RightSection properties to override the common content in the corresponding header sections of all even printout pages. Refer to the TdxSpreadSheetTableViewOptionsPrintHeaderFooterText class description for information on header and footer content management.

The Spreadsheet control’s SaveToFile and LoadFromFile procedures can persist the header section text strings accessible via the EvenPagesHeader property in an XLSX or XLTX spreadsheet document file. Additionally, the LoadFromFile procedure can load the header content for even pages from an ODS file. Note that while the ExpressSpreadSheet Suite has the capability to load, customize, and save these settings, the current document-based report link and ExpressPrinting System implementations ignore them.

See Also