Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxSpreadSheetTableViewOptionsPrintHeaderFooter.CommonHeader Property

Specifies the header content common for all worksheet printout pages.

#Declaration

Delphi
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.

See Also