HotXLS dokumentacija

True if row and column headings are printed with this page. Read/write Boolean

property

property

PrintHeadings: boolean; The DisplayHeadings property controls the on-screen display of headings

The DisplayHeadings property controls the on-screen display of headings

This example turns off the printing of headings for sheet one

This example turns off the printing of headings for sheet one

Workbook.Worksheets[

Workbook.Worksheets[1].PageSetup.PrintHeadings := False;