Imports data from a into a Table at the point of this Element in the document.

 public Table ImportData(System.Data.DataTable data)
Public Function ImportData(ByVal data As System.Data.DataTable) As Table

Contains the data to be imported.

The Table that the data was imported into.

Table tbl = e.ImportData(dt);
Dim tbl As Table = e.ImportData(dt)