Message-ID: <1353012118.9813.1711703771580.JavaMail.web05$@web05> Subject: Exported From Confluence MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_Part_9812_284120257.1711703771580" ------=_Part_9812_284120257.1711703771580 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Content-Location: file:///C:/exported.html Worksheet.ImportData(System.Data.DataView, Cell)

Worksheet.ImportData(System.Data.DataView, Cell)

Description

=20

Imports data from an ADO.NET Da= taView to cells in the worksheet. The new data will overwrite values and formulas in the t= arget worksheet cells, but existing formatting will be preserved.

=20
C#
=20
 public Area ImportData(System.Data.DataView data, Cell cell)
=20
=20
vb.net
=20
Public Function ImportData(ByVal data As System.Data.DataView, ByVal cell A=
s Cell) As Area
=20
=20

Param= eters

=20
data
T= he=20 DataView to import.=20
startC= ell
The cell at which to start entering the imported values.=20

Returns<= /h2> An=20 Area object representing= the set of cells populated with the imported values.=20

Example= s

=20
C#
=20
Area importedArea =3D ws.ImportData(dataDV, cel);
=20
=20
vb.net
=20
Dim importedArea As Area =3D ws.ImportData(dataDV, cel)
=20
------=_Part_9812_284120257.1711703771580--