title | keywords | f1_keywords | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|
PageSetup.PrintHeadings property (Excel) |
vbaxl10.chm473094 |
|
|
027441c6-da40-f518-a166-adb54da02a27 |
05/03/2019 |
medium |
True if row and column headings are printed with this page. Applies only to worksheets. Read/write Boolean.
expression.PrintHeadings
expression A variable that represents a PageSetup object.
The DisplayHeadings property of the Window object controls the on-screen display of headings.
This example turns off the printing of headings for Sheet1.
Worksheets("Sheet1").PageSetup.PrintHeadings = False
[!includeSupport and feedback]