WorksheetView.DisplayHeadings Property

Excel Developer Reference

True if both row and column headings are displayed; False if no headings are displayed. Read/write Boolean.

Version Information
 Version Added:  Excel 2007

Syntax

expression.DisplayHeadings

expression   A variable that represents a WorksheetView object.

Remarks

This property applies only to worksheets and macro sheets.

This property affects only displayed headings. Use the PrintHeadings property to control the printing of headings.

See Also