Table of Contents

TFlxApplyFillPattern.Apply Method

This method will modify existingFormat with the properties from newFormat that are specified on this class

Syntax

Namespace: FlexCel.Core

public Boolean Apply(ref TFlxFillPattern existingFormat, ref TFlxFillPattern newFormat)

Parameters

<-> Parameter Type Description
ref existingFormat TFlxFillPattern Existing format that will be updated with the properties of newFormat specified.
ref newFormat TFlxFillPattern New format to apply

Returns

True if there was any change on existingFormat, false otherwise.

See also