Message-ID: <1928808535.8977.1711670530097.JavaMail.web05$@web05> Subject: Exported From Confluence MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_Part_8976_983584842.1711670530097" ------=_Part_8976_983584842.1711670530097 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Content-Location: file:///C:/exported.html Element.ImportData(Object(,))

Element.ImportData(Object(,))

Description=20

Imports the data from a rectangular array into a Table at the point of the current element in the document.

= =20
C#
=20
 public Table ImportData(System.Object[,] data)
=20
=20
vb.net
=20
Public Function ImportData(ByVal data As Object(,)) As Table
=20
=20

Parameters

=20
data
The rectangular arr= ay to import the data from.=20

Returns

The=20 Table that the data was imported into.=20

Examples

=20
C#
=20
Table tbl =3D e.ImportData(rectArray);
=20
=20
vb.net
=20
Dim tbl As Table =3D e.ImportData(rectArray)
=20
------=_Part_8976_983584842.1711670530097--