ITabCellStyle.LoadFromContainer

Fore Syntax

LoadStyleFromContainer(Value: IStyleContainer);

Fore.NET Syntax

LoadStyleFromContainer(Value: Prognoz.Platform.Interop.Drawing.IStyleContainer);

Parameters

Value. The container from which style is imported.

Description

The LoadStyleFromContainer method imports styles from the specified container.

Comments

The method is outdated, use IStyledEntity.LoadStyleFromContainer.

See also:

ITabCellStyle