Imports data from an array of objects to the current table.

 public void ImportDataRow(System.Object[] row)
Public Sub ImportDataRow(ByVal row As Object())

An array containing the set of values to import to the table.

tbl.ImportData(dataArray);
tbl.ImportData(dataArray)