ITabCellStyle.SaveToContainer

Fore Syntax

SaveToContainer(Value: IStyleContainer);

Fore.NET Syntax

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

Parameters

Value. The container to which style is exported.

Description

The SaveStyleToContainer method exports style to the specified container.

Comments

The method is outdated, use IStyledEntity.SaveStyleToContainer.

See also:

ITabCellStyle