1
Answer

Removing duplicate values in excel using visual c#

Ali  Alfaraj

Ali Alfaraj

13y
7.7k
1
Good day dear members,

I'm trying to remove duplicate values in an excel sheet through visual c#. I found the following function:

xlWorkSheet.Columns.RemoveDuplicates(object columns, XlYesNoGuess Header) //xlWorkSheet is the excel sheet

But I'm not sure how to use! specifically for the first argument.

How can I pass excel columns to this function?

Hope you can help,

Ali

Answers (1)