Skip to main content

TdxSpreadSheetTableViewOptionsPrintHeaderFooter.FirstPageFooter Property

Specifies the footer content specific only to the first worksheet printout page.

Declaration

property FirstPageFooter: TdxSpreadSheetTableViewOptionsPrintHeaderFooterText read; write;

Property Value

Type
TdxSpreadSheetTableViewOptionsPrintHeaderFooterText

Remarks

Use the FirstPageFooter.LeftSection, FirstPageFooter.CenterSection, and FirstPageFooter.RightSection properties to override the common content in the corresponding footer sections for the first printout page. 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 specific to the first printout page in an XLSX or XLTX spreadsheet document file. Note that the current document-based report link and ExpressPrinting System implementations ignore settings accessible via the FirstPageFooter property.

See Also