[]
Gets or sets whether outline symbols are displayed.
This property indicates whether the worksheet view currently shows outline symbols for grouped rows and columns.
bool DisplayOutline { get; set; }
Property DisplayOutline As Boolean
IWorksheetView sheetView = worksheet.SheetView;
sheetView.DisplayOutline = false;
bool displayOutline = sheetView.DisplayOutline;