@ravi.g6 wrote:
Hi all,
I am getting error “Unable to cast object of type ‘System.Double’ to type ‘System.String’”
when I am using.
dtAlsExcel_In.Rows(dtAlsExcel_In.AsEnumerable().Where(Function(x) x.Field(Of String)(5)=trim(row(5).ToString)).Select(Function(x) dtAlsExcel_In.Rows.IndexOf(x)).FirstOrDefault())(16)Please help.
Posts: 8
Participants: 3