Description
Applies the specified Style to the Condition's current Style.
C#
vb.net
Parameters
style
TheStyle
object toapply to the
Condition
's current Style
.
Remarks
ACondition
'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