NativeExcel suite v1.x

PrintHeadings property

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;
Copyright © NikaSoft 2004-2010