Skip to main content

TdxSpreadSheetTableViewOptionsPrintHeaderFooter.FirstPageHeader Property

Specifies the header content specific only to the first worksheet printout page.

Declaration

property FirstPageHeader: TdxSpreadSheetTableViewOptionsPrintHeaderFooterText read; write;

Property Value

Type
TdxSpreadSheetTableViewOptionsPrintHeaderFooterText

Remarks

Use the FirstPageHeader.LeftSection, FirstPageHeader.CenterSection, and FirstPageHeader.RightSection properties to override the common content in the corresponding header sections for the first printout page. Refer to the TdxSpreadSheetTableViewOptionsPrintHeaderFooterText class description for information on header and footer content management.

The Spreadsheet control’s SaveToFile and LoadFromFile procedures can persist the header section text strings specific to the first printout page in an XLSX and XLTX spreadsheet document file. Note that the current document-based report link and ExpressPrinting System implementations ignore settings accessible via the FirstPageHeader property.

See Also