Window.DisplayHeadings Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
True if both row and column headings are displayed; False if there are no headings displayed.
public:
property bool DisplayHeadings { bool get(); void set(bool value); };
public bool DisplayHeadings { get; set; }
Public Property DisplayHeadings As Boolean
Property Value
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.