Description
Imports a set of data from an array of column names and a 2-dimensional array of data to a Table created at the point of the current element in the document. Also accepts a DataImportProperties object defining any options for this data import.
C#
vb.net
Parameters
data
A 2-dimensional array from which to import the data from.columnNames
An array of column names to import.properties
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