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

John SpencerPosted Jun 21, 2019, 12:34 PM
Hemant KumarPosted Sep 26, 2011, 2:49 AM