property
property
DisplayHeadings: Boolean; This property controls the worksheet view flag saved in the BIFF WINDOW2 record. It does not affect printed row and column headings; use
This property controls the worksheet view flag saved in the BIFF WINDOW2 record. It does not affect printed row and column headings; use
This example saves the worksheet without row and column headings in the window view PageSetup.PrintHeadings This example saves the worksheet without row and column headings in the window view
This example saves the worksheet without row and column headings in the window view
Workbook.Sheets[1].DisplayHeadings := False;