ITabCellStyle.ApplyStyle

Syntax

ApplyStyle(Value: ITabCellStyle);

Parameters

Value is the style, parameters of which must be applied to the current style.

Description

The ApplyStyle method sets parameters of the current style in accordance with parameters of a specified style.

Comments

On calling the method, only the parameters determined for the source style passed in the Value parameter, are applied to the current style. Parameters that have null values in the source style are not redefined in the current style.

See also:

ITabCellStyle