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 5 Next »

Description

Creates a new ConditionalFormat object that can be set on Cells, Areas and Ranges.

C#
vb.net

Returns

A ConditionalFormat object representing a conditional format that Excel will apply to a cell or group of cells if a specified condition is met.

Remarks

A Cell, Area or Range object holds its own copy of the ConditionalFormat when set; changes made to a ConditionalFormat after it is set will not affect the copies.

Examples

C#
vb.net
  • No labels