ITabSheet.PackStyles

Syntax

PackStyles;

Description

The PackStyles method deletes duplicate and unused internal table styles.

Comments

To set up formatting for various table ranges, create separate formatting styles in the engine. Calling this method deletes unused and duplicate styles with the same formatting settings. For example, if several styles are set for a cell range, calling this method keeps only the last added style.

The method is also called on calculating a sheet, saving, calculating and export of report.

See also:

ITabSheet