Description
Creates a new ConditionalFormat object that can be set on Cells, Areas and Ranges.
C#
vb.net
Returns
AConditionalFormat
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 aConditionalFormat
after it is set will not affect the copies.
Examples
C#
vb.net