True if row and column headings are printed with this page. Read/write Boolean.
Syntax
property PrintHeadings: boolean;
Remarks
The DisplayHeadings property controls the on-screen display of headings.
Example
This example turns off the printing of headings for sheet one.
Workbook.Worksheets[1].PageSetup.PrintHeadings := False;