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

TdxSpreadSheetTableViewOptionsPrint.HeaderFooter Property

Provides access to a Table View worksheet’s print settings that define the page header and footer content and its alignment.

#Declaration

Delphi
property HeaderFooter: TdxSpreadSheetTableViewOptionsPrintHeaderFooter read; write;

#Property Value

Type
TdxSpreadSheetTableViewOptionsPrintHeaderFooter

#Remarks

You can use the HeaderFooter.CommonHeader and HeaderFooter.CommonFooter properties to provide the content displayed in headers and footers of all pages required to print a worksheet. To clear all headers and footers, you can call the HeaderFooter.Reset procedure.

Refer to the TdxSpreadSheetTableViewOptionsPrintHeaderFooter class description for detailed information on all available options related to the page header and footer content.

Note

Use the Page.Margins.Header and Page.Margins.Footer properties to set the custom header and footer sizes (in inches).

See Also