Skip to main content

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

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