[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IWorksheetView.DisplayHeadings

DisplayHeadings Property

DisplayHeadings

Gets or sets whether row and column headings are displayed.

Returns whether both row and column headings are visible in the worksheet view.

Declaration
bool DisplayHeadings { get; set; }
Property DisplayHeadings As Boolean
Examples
IWorksheetView sheetView = worksheet.SheetView;
sheetView.DisplayHeadings = false;
bool displayHeadings = sheetView.DisplayHeadings;