PrintHeadings Property

Applies To

PageSetup Object.

Description

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

Remarks

This property applies only to worksheets.

The DisplayHeadings property controls on-screen heading display.

Example

This example turns off heading printing for Sheet1.


Worksheets("Sheet1").PageSetup.PrintHeadings = False