WorksheetView.DisplayHeadings Property

Definition

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

public:
 property bool DisplayHeadings { bool get(); void set(bool value); };
public bool DisplayHeadings { get; set; }
Public Property DisplayHeadings As Boolean

Property Value

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.

Applies to