Hi I’m trying to practice the for each row example - Remove Data Row/Column, however when setting up the variable RemovedRows of type: List and a Default: New List(Of DataRow) it gives me the following error.
Compiler errors encountered processing expression “New List(Of DataRow)”.
Value of type ‘System.Collections.Generic.List(Of System.Data.DataRow)’ cannot be converted to
‘DocumentFormat.OpenXml.Office2010.ExcelAc.List’.
Confused?
Thanks