IStyledEntity.SheetType

Syntax

SheetType: StyleSheetType;

Description

The SheetType property determines the type of styles table in use.

Comments

The styles table can be external and internal. An external styles table is a separate repository object, an internal styles table is an object contained in the report.

Example

The property use is given in the example for IStyledEntity.SaveStyleToContainer.

See also:

IStyledEntity