Window.DisplayHeadings Property

Definition

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.

Applies to