Description
Imports the data from a rectangular array into a Table at the point of the current element in the document. Also accepts an array of column names and a DataImportProperties object with the import options.
C#
vb.net
Parameters
data
The rectangular array to import the data from.columnNames
Array of column names, corresponding to columns of data in the rectangular array.props
Import properties for this data import, including max rows, max columns, column filter, etc.Returns
TheTable
that the data was imported into.
Examples
C#
vb.net