Hi, saw alot of remove rows post but all of them about datatables. I have a one dimensional array and I cannot use copytodatatable function. Would like to remove rows that partial match to “S-GOOD”.
I tried this
dt.ToString.Remove(dt.IndexOf(“S-GOOD”))
But it is not working. Pls help