Message-ID: <221103044.10015.1711709214326.JavaMail.web05$@web05> Subject: Exported From Confluence MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_Part_10014_1351342188.1711709214326" ------=_Part_10014_1351342188.1711709214326 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Content-Location: file:///C:/exported.html Area.ImportData(System.Data.DataTable)

Area.ImportData(System.Data.DataTable)

Descr= iption

=20

Imports data from an ADO.NET Da= taTable to the specified Area. T= he new data will overwrite values and formulas in the target worksheet cells, but existing formatti= ng will be preserved.

=20
C#
=20
 public Area ImportData(System.Data.DataTable data)
=20
=20
vb.net
=20
Public Function ImportData(ByVal data As System.Data.DataTable) As Area
=20
=20

Parameters=20

data
The=20 DataTable to import.=20

Returns

An= =20 Area object representing the set of cells populated with the i= mported values.=20

Examples

=20
C#
=20
Area importedArea =3D a.ImportData(dt);
=20
=20
vb.net
=20
Dim importedArea As Area =3D a.ImportData(dt)
=20
------=_Part_10014_1351342188.1711709214326--