IStyleSheet.FindById

Syntax

FindById(Id: String): IStyleContainer;

Parameters

Id. The identifier of the style container that provides the search.

Description

The FindById method searches by identifier and returns the style container from the styles table.

Comments

If the style container with the specified identifier is not found, the method returns Null.

See also:

IStyleSheet