Skip to main content

TdxSpreadSheetTableViewOptionsPrintHeaderFooter.EvenPagesFooter Property

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

Declaration

property EvenPagesFooter: TdxSpreadSheetTableViewOptionsPrintHeaderFooterText read; write;

Property Value

Type
TdxSpreadSheetTableViewOptionsPrintHeaderFooterText

Remarks

Use the EvenPagesFooter.LeftSection, EvenPagesFooter.CenterSection, and EvenPagesFooter.RightSection properties to override the common content in the corresponding footer 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 footer section text strings accessible via the EvenPagesFooter property in an XLSX or XLTX spreadsheet document file. Additionally, the LoadFromFile procedure can load the footer 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