property
property
ApplyStyles: Boolean; This property controls the outline automatic-style flag saved in the worksheet WSBool record. It affects the worksheet outline style setting only; it does not change row or column outline levels, summary row placement, or summary column placement
This property controls the outline automatic-style flag saved in the worksheet WSBool record. It affects the worksheet outline style setting only; it does not change row or column outline levels, summary row placement, or summary column placement
This example enables automatic outline styles on the first worksheet
This example enables automatic outline styles on the first worksheet
Workbook.Worksheets[1].Outline.ApplyStyles := True;