property
property
DisplayOutlineSymbols: Boolean; This property controls the worksheet view flag saved in the BIFF WINDOW2 record. It does not change row or column outline levels, collapsed state, or outline summary placement
This property controls the worksheet view flag saved in the BIFF WINDOW2 record. It does not change row or column outline levels, collapsed state, or outline summary placement
This example hides outline symbols in the worksheet window view
This example hides outline symbols in the worksheet window view
Workbook.Sheets[1].DisplayOutlineSymbols := False;