HotXLS dokumentacija

Grąžina or sets whether automatic outline styles are applied to the worksheet outline. Read/write Boolean

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[

Workbook.Worksheets[1].Outline.ApplyStyles := True;