I have created a program to import in a CSV file and display to datagridview. Then I created another datagridview to display on output of a search. Both these work VERY will. However, I want to be able to copy either cell, row, column, or table from the datagridview, and then paste data into some other program like XLS, Notepad, Word, etc.
I have done this with single, but not sure how to tell the C# program to select the appropriate object.