HotXLS dokumentacija

Grąžina or sets whether a classic XLS worksheet view displays outline and grouping symbols. Read/write Boolean

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[

Workbook.Sheets[1].DisplayOutlineSymbols := False;