Extend ImportDataTable

Could you create a new method on the Cells collection object called ImportDataView that would behave just like Cells.ImportDataTable but would have a DataView as a parameter?

Or can anyone think of a way to filter certain records in a DataTable and return another DataTable without creating a new DataTable and copying the relevant DataRows to the new DataTable?

Thanks

Good Suggestion.

I will add a new ImportDataView method. When will you need this feature?

Never mind...

Please check Cells.ImportDataView method.