Τεκμηρίωση HotXLS

ApplyStyles ιδιότητα

Επιστρέφει or sets whether automatic outline styles are applied to the worksheet outline. Read/write Boolean

Σύνταξη

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 example enables automatic outline styles on the first worksheet

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