Returns or sets whether automatic outline styles are applied to the worksheet outline. Read/write Boolean.
Syntax
property ApplyStyles: Boolean;
Remarks
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.
Example
This example enables automatic outline styles on the first worksheet.
Workbook.Worksheets[1].Outline.ApplyStyles := True;