Skip to main content

TdxSpreadSheetTableViewOptionsPrintHeaderFooter.CommonFooter Property

Specifies the footer content common for all worksheet printout pages.

Declaration

property CommonFooter: TdxSpreadSheetTableViewOptionsPrintHeaderFooterText read; write;

Property Value

Type
TdxSpreadSheetTableViewOptionsPrintHeaderFooterText

Remarks

Each footer is split into three even sections that can show independent inscriptions. The CommonFooter.LeftSection, CommonFooter.CenterSection, and CommonFooter.RightSection properties specify the text strings within the corresponding sections of the footer common to all worksheet printout pages. You can also include document information (such as the source worksheet’s caption, total printout page count, etc.) into a footer section text via supported escape sequences. Refer to the TdxSpreadSheetTableViewOptionsPrintHeaderFooterText class description for more information on header and footer content management.

While the footer content specified via the CommonFooter property is applied to all worksheet printout pages, you can override the footer content for the first printout page and all even pages via the FirstPageFooter and EvenPagesFooter properties. Note that the current document-based report link and ExpressPrinting System implementations ignore these settings.

See Also