[]
Gets or sets whether row and column headings are displayed.
Returns whether both row and column headings are visible in the worksheet view.
bool DisplayHeadings { get; set; }
Property DisplayHeadings As Boolean
IWorksheetView sheetView = worksheet.SheetView;
sheetView.DisplayHeadings = false;
bool displayHeadings = sheetView.DisplayHeadings;