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

Area.ClearContent()

Description

=20

Clears the content of all cells in the area. Calling this method is equi= valent to setting an area's cell values to null.

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

Examples

=20
C#
=20
a.ClearContent();
=20
=20
vb.net
=20
a.ClearContent()
=20
------=_Part_8456_1083715269.1711647552083--