返回 or sets whether a classic XLS worksheet view displays outline and grouping symbols. Read/write Boolean
语法
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 example hides outline symbols in the worksheet window view
Workbook.Sheets[1].DisplayOutlineSymbols := False;