Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Description

Applies the specified Style to the Condition's current Style.

C#
vb.net

Parameters

style
The Style object to
apply to the Condition's current Style.

Remarks

A Condition's Style is the formatting that will be set on a conditionally formatted cell if the condition is met. When a Style is applied (rather than set using the Style property), only the differences between the new Style and existing Style properties will take effect. To completely replace a Condition's Style with a new one, set Condition.Style.

Examples

C#
vb.net
  • No labels