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

Cell.RemoveDataValidation()

Description

= =20

Removes the DataValidation o= bject associated with the cell.

=20
C#
=20
 public void RemoveDataValidation()
=20
=20
vb.net
=20
Public Sub RemoveDataValidation()
=20
=20

Examples

=20
C#
=20
cell.RemoveDataValidation();
=20
=20
vb.net
=20
cell.RemoveDataValidation()
=20
------=_Part_9386_471604868.1711689881813--