Message-ID: <1540172329.8871.1711665736307.JavaMail.web05$@web05> Subject: Exported From Confluence MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_Part_8870_1084630295.1711665736307" ------=_Part_8870_1084630295.1711665736307 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Content-Location: file:///C:/exported.html Workbook.CreateConditionalFormat()

Workbook.CreateConditionalFormat()

Descripti= on

=20

Creates a new ConditionalForm= at object that can be set on Cells, <= a href=3D"/display/EW8/Area">Areas and R= anges.

=20
C#
=20
 public ConditionalFormat CreateConditionalFormat()
=20
=20
vb.net
=20
Public Function CreateConditionalFormat() As ConditionalFormat
=20
=20

Returns

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

Remarks

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

Examples

=20
C#
=20
wb.CreateConditionalFormat();
=20
=20
vb.net
=20
wb.CreateConditionalFormat()
=20
------=_Part_8870_1084630295.1711665736307--