[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IWorksheetView.DisplayOutline

DisplayOutline Property

DisplayOutline

Gets or sets whether outline symbols are displayed.

This property indicates whether the worksheet view currently shows outline symbols for grouped rows and columns.

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