ITabCellStyle.Assign

Syntax

Assign(Value: ITabCellStyle);

Parameters

Value: the style parameters of which are to be set for the current style.

Description

The Assign method assigns the parameters of the style, specified as the value of the Value input parameter to the current style.

Comments

When you call this method, all parameters defined for the source style passed in the Value parameter, are applied to the current style. Parameters that are defined in the current style and are not defined in the source style are to be reset.

See also:

ITabCellStyle