Overload | Description |
---|---|
ImportData(IEnumerable,DataImportOptions) | Imports data from a data source (up to 2D) to the range. |
ImportData<T>(IEnumerable<T>,DataImportOptions) | Imports data from a data source (up to 2D) to the range. |
ImportData(DataTable,DataImportOptions) | Imports data from a table to the range. |