HotXLS-dokumentasjon

PrintHeadings egenskap

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

Syntaks

property PrintHeadings: boolean;

Merknader

The DisplayHeadings property controls the on-screen display of headings

Eksempel

This example turns off the printing of headings for sheet one

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