HotXLS-dokumentasjon

ApplyStyles egenskap

Returnerer or sets whether automatic outline styles are applied to the worksheet outline. Read/write Boolean

Syntaks

property ApplyStyles: Boolean;

Merknader

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

Eksempel

This example enables automatic outline styles on the first worksheet

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