Window.DisplayHeadings Property
True if both row and column headings are displayed; False if there are no headings displayed.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Property DisplayHeadings As Boolean
Get
Set
'Usage
Dim instance As Window
Dim value As Boolean
value = instance.DisplayHeadings
instance.DisplayHeadings = value
bool DisplayHeadings { get; set; }
Property Value
Type: System.Boolean
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.