When you work with large amount of data in a sheet, you might encounter duplicate rows or might accidentally copy few rows unknowingly. In this situation, finding and deleting such duplicate rows can be time-consuming. To get out of this situation, you can use the RemoveDuplicates method in C1FlexSheet control.
RemoveDuplicates method is used in C1FlexSheet to remove rows that consist of same data. The following lines of code illustrate removing duplicate rows in the selected columns: