TdxSpreadSheetTableViewOptionsPrintHeaderFooter.CommonHeader Property
Specifies the header content common for all worksheet printout pages.
Declaration
property CommonHeader: TdxSpreadSheetTableViewOptionsPrintHeaderFooterText read; write;
Property Value
Type |
---|
TdxSpreadSheetTableViewOptionsPrintHeaderFooterText |
Remarks
Each header is split into three even sections that can show independent inscriptions. The CommonHeader.LeftSection, CommonHeader.CenterSection, and CommonHeader.RightSection properties specify the text strings within the corresponding sections of the header 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 header 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 header content for the first printout page and all even pages via the FirstPageHeader and EvenPagesHeader properties. Note that the current document-based report link and ExpressPrinting System implementations ignore these settings.