Hi all
I was wondering if there is any way to remove a specific character in all the table values. I tried for each row activity column.Item(“column1”).ToString.Equals(“-”) but my table has more than 100 columns. Is there some way to denote for any column?
Thanks for any help